Skip to content

Matrix - Access🔗

Operators🔗

get_diagonal_matrixGetDiagonalMatrix: Get the diagonal elements of a matrix.

get_full_matrixGetFullMatrix: Return all values of a matrix.

get_sub_matrixGetSubMatrix: Get a sub-matrix of a matrix.

get_value_matrixGetValueMatrix: Return one ore more elements of a matrix.

set_diagonal_matrixSetDiagonalMatrix: Set the diagonal elements of a matrix.

set_full_matrixSetFullMatrix: Set all values of a matrix.

set_sub_matrixSetSubMatrix: Set a sub-matrix of a matrix.

set_value_matrixSetValueMatrix: Set one or more elements of a matrix.