VERB4D
DiagMatrix Class Reference

Diagonals of matrix stored as map (diagonal number, 1d diagonal array) More...

#include <Matrix.h>

Inheritance diagram for DiagMatrix:
CalculationMatrix

Detailed Description

Diagonals of matrix stored as map (diagonal number, 1d diagonal array)

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. CalculationMatrix inherits from this


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