Overload List

  NameDescription
DoubleLowerTriMatrix(DoubleMatrix)
Constructs a square DoubleLowerTriMatrix instance by extracting the lower triangular part of a square general matrix.
DoubleLowerTriMatrix(DoubleVector)
Constructs a square DoubleLowerTriMatrix instance using the data in the given vector.
DoubleLowerTriMatrix(DoubleSymmetricMatrix)
Constructs a square DoubleLowerTriMatrix instance by extracting the lower triangular part of a symmetric matrix.
DoubleLowerTriMatrix(Int32)
Constructs a square DoubleLowerTriMatrix instance with the specified size. All elements are initialized to zero.
DoubleLowerTriMatrix(DoubleMatrix, Int32)
Constructs a square DoubleLowerTriMatrix instance by extracting the lower triangular part of the specified leading square submatrix of a general matrix.
DoubleLowerTriMatrix(DoubleVector, Int32)
Constructs a square DoubleLowerTriMatrix instance with the specified size, and using the data in the given vector.

See Also