Skip to content

HMatrix🔗

Name🔗

HMatrix — Represents an instance of a matrix.

Constructors🔗

 
CreateMatrix Create a matrix.
ReadMatrix Read a matrix from a file.

Methods🔗

 
AbsMatrix Compute the absolute values of the elements of a matrix.
AbsMatrixMod Compute the absolute values of the elements of a matrix.
AddMatrix Add two matrices.
AddMatrixMod Add two matrices.
ClearMatrix Free the memory of a matrix.
CopyMatrix Copy a matrix.
CreateMatrix Create a matrix.
DecomposeMatrix Decompose a matrix.
DeserializeMatrix Deserialize a serialized matrix.
DeterminantMatrix Compute the determinant of a matrix.
DivElementMatrix Divide matrices element-by-element.
DivElementMatrixMod Divide matrices element-by-element.
EigenvaluesGeneralMatrix Compute the eigenvalues and optionally the eigenvectors of a general matrix.
EigenvaluesSymmetricMatrix Compute the eigenvalues and optionally eigenvectors of a symmetric matrix.
GeneralizedEigenvaluesGeneralMatrix Compute the generalized eigenvalues and optionally the generalized eigenvectors of general matrices.
GeneralizedEigenvaluesSymmetricMatrix Compute the generalized eigenvalues and optionally generalized eigenvectors of symmetric input matrices.
GetDiagonalMatrix Get the diagonal elements of a matrix.
GetFullMatrix Return all values of a matrix.
GetSizeMatrix Get the size of a matrix.
GetSubMatrix Get a sub-matrix of a matrix.
GetValueMatrix Return one ore more elements of a matrix.
InvertMatrix Invert a matrix.
InvertMatrixMod Invert a matrix.
MaxMatrix Returns the elementwise maximum of a matrix.
MeanMatrix Returns the elementwise mean of a matrix.
MinMatrix Returns the elementwise minimum of a matrix.
MultElementMatrix Multiply matrices element-by-element.
MultElementMatrixMod Multiply matrices element-by-element.
MultMatrix Multiply two matrices.
MultMatrixMod Multiply two matrices.
NormMatrix Norm of a matrix.
OrthogonalDecomposeMatrix Perform an orthogonal decomposition of a matrix.
PowElementMatrix Compute the power functions of the elements of a matrix.
PowElementMatrixMod Compute the power functions of the elements of a matrix.
PowMatrix Compute the power functions of a matrix.
PowMatrixMod Compute the power functions of a matrix.
PowScalarElementMatrix Compute the power functions of the elements of a matrix.
PowScalarElementMatrixMod Compute the power functions of the elements of a matrix.
ReadMatrix Read a matrix from a file.
RepeatMatrix Repeat a matrix.
ScaleMatrix Scale a matrix.
ScaleMatrixMod Scale a matrix.
SerializeMatrix Serialize a matrix.
SetDiagonalMatrix Set the diagonal elements of a matrix.
SetFullMatrix Set all values of a matrix.
SetSubMatrix Set a sub-matrix of a matrix.
SetValueMatrix Set one or more elements of a matrix.
SolveMatrix Compute the solution of a system of equations.
SqrtMatrix Compute the square root values of the elements of a matrix.
SqrtMatrixMod Compute the square root values of the elements of a matrix.
SubMatrix Subtract two matrices.
SubMatrixMod Subtract two matrices.
SumMatrix Returns the elementwise sum of a matrix.
SvdMatrix Compute the singular value decomposition of a matrix.
TransposeMatrix Transpose a matrix.
TransposeMatrixMod Transpose a matrix.
WriteMatrix Write a matrix to a file.