VERB_code_2.3
DiagMatrix Class Reference

This method of storage for matrices is convenient for diagonal (spread) matrices. Stored as map (diagonal number, 1d diagonal array) The USED diagonals of the matrix are stored in 1d arrays. Used in CalculationMatrix. More...

#include <Matrix.h>

Inheritance diagram for DiagMatrix:
CalculationMatrix

Detailed Description

This method of storage for matrices is convenient for diagonal (spread) matrices. Stored as map (diagonal number, 1d diagonal array) The USED diagonals of the matrix are stored in 1d arrays. Used in CalculationMatrix.

Diagonal matrix.


The documentation for this class was generated from the following file: