File: intro.tex

package info (click to toggle)
spooles 2.2-11
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 19,656 kB
  • ctags: 3,690
  • sloc: ansic: 146,836; sh: 7,571; csh: 3,615; makefile: 1,968; perl: 74
file content (10 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
\par
\chapter{{\tt A2}: Real or complex 2-D array}
\par
The {\tt A2} object is one way to store and operate on and
with a dense matrix. 
The matrix can contain either double precision real or complex
entries.
It is used as a lower level object for the {\tt DenseMtx} object,
and during the $QR$ factorization to hold a staircase matrix.
\par