Overload List
| Name | Description | |
|---|---|---|
| DoubleSymmetricMatrix(DoubleMatrix) |
Constructs a square DoubleSymmetricMatrix instance by extracting the upper
triangular part of a square general matrix.
| |
| DoubleSymmetricMatrix(DoubleVector) |
Constructs a DoubleSymmetricMatrix instance using the data in the
given vector.
| |
| DoubleSymmetricMatrix(Int32) |
Constructs a DoubleSymmetricMatrix instance with the specified size.
| |
| DoubleSymmetricMatrix(DoubleVector, Int32) |
Constructs a DoubleSymmetricMatrix instance with the specified
size, and using the data in the given vector.
|