Class | Description |
---|---|
DefaultMatrixStorage |
There are multiple ways to implement the storage data structure depending on the matrix type for
optimization purpose.
|
GivensMatrix |
Givens rotation is a rotation in the plane spanned by two coordinates axes.
|
HilbertMatrix |
A Hilbert matrix, H, is a symmetric matrix with entries being the unit fractions
H[i][j] = 1 / (i + j -1)
|
PermutationMatrix |
A permutation matrix is a square matrix that has exactly one entry '1' in each row and each
column and 0's elsewhere.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.