Index of types


F
factor [Nla.BLOP]
An object of type factor is usually the triangular part from a QL or LQ factorization.

M
matrix [Sparse.SPARSE]
This is the same as Nla.DBlop.matrix in DSparse, Nla.SBlop.matrix in SSparse, Nla.ZBlop.matrix in ZSparse and Nla.CBlop.matrix in CSparse.
matrix [Nla.BLOP]
The basic data type.

P
precision_elt [Nla.BLOP]
The internal type that is used to represent the elements of the matrix.
precision_elt_real [Nla.BLOP]
The internal type used for storing arrays of real numbers, like singular values, which are real even for complex matrices.

R
range [Nla.BLOP]
An intermediate data type for creating sub-matrices.

S
sparse [Sparse.SPARSE]
The basic data type for storing sparse block matrices.
sparse_transform [Sparse.SPARSE]
The type of the unitary fcator computed by ql_factorize'.

T
t [Sparse.SPARSE]
This is float in modules DSparse and SSparse and Complex.t in modules ZSparse and CSparse.
t [Nla.BLOP]
The type t is either float in modules DBlop and SBlop, or Complex.t in modules ZBlop and CBlop.
transform [Nla.BLOP]
Usually an object of type transform (not transformer) is a unitary matrix computed by a call to one of the unitary factorization routines: Nla.BLOP.ql' or Nla.BLOP.lq'.
transformer [Nla.BLOP]
CamlFloat encourages a style of programming I call storage passing.