Tmatrix3_double : Method overview by Name

Member Visibility Description
determinant(Tmatrix3_double) default Calculates the determinant of the matrix.
get_column(Tmatrix3_double) default Returns the c-th column of the matrix as vector.
get_row(Tmatrix3_double) default Returns the r-th row of the matrix as vector.
init(Tmatrix3_double) default Initializes the matrix, setting its elements to the values passed to the constructor.
init_identity(Tmatrix3_double) default Initializes the matrix and sets its elements to the identity matrix.
init_zero(Tmatrix3_double) default Initializes the matrix and sets its elements to zero
inverse(Tmatrix3_double) default Calculates the inverse of the matrix.
set_column(Tmatrix3_double) default Sets c-th column of the matrix with a vector.
set_row(Tmatrix3_double) default Sets r-th row of the matrix with a vector.
transpose(Tmatrix3_double) default Returns the transposition of the matrix.