NGSolve  4.9
Public Types | Public Member Functions
ngbla::SymBandMatrix< T > Class Template Reference

A symmetric band-matrix with memory management. More...

#include <bandmatrix.hpp>

Inheritance diagram for ngbla::SymBandMatrix< T >:
ngbla::FlatSymBandMatrix< T >

List of all members.

Public Types

typedef mat_traits< T >::TV_COL TV
 the accoring vector type

Public Member Functions

 SymBandMatrix (int an, int abw)
 Generates a symmetric band matrix.
 ~SymBandMatrix ()
 Deletes matrix.
SymBandMatrixoperator= (const T &val)
 assignes a constant value

Detailed Description

template<class T = double>
class ngbla::SymBandMatrix< T >

A symmetric band-matrix with memory management.


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