Overload List
| Name | Description | |
|---|---|---|
| DoubleUpperTriMatrix(DoubleMatrix) |
Constructs a square DoubleUpperTriMatrix instance by extracting the upper triangular
part of a square general matrix.
| |
| DoubleUpperTriMatrix(DoubleVector) |
Constructs a square DoubleUpperTriMatrix instance using the data in the given
vector.
| |
| DoubleUpperTriMatrix(DoubleSymmetricMatrix) |
Constructs a square DoubleUpperTriMatrix instance by extracting the
upper triangular part of a symmetric matrix.
| |
| DoubleUpperTriMatrix(Int32) |
Constructs a square DoubleUpperTriMatrix instance with the specified
size. All elements are initialized to zero.
| |
| DoubleUpperTriMatrix(DoubleMatrix, Int32) |
Constructs a square DoubleUpperTriMatrix instance by extracting the upper
triangular part of the specified leading square submatrix of a
general matrix.
| |
| DoubleUpperTriMatrix(DoubleVector, Int32) |
Constructs a square DoubleUpperTriMatrix instance with the specified
size, and using the data in the given vector.
|