NGSolve  4.9
Public Member Functions
ngbla::CMCPMatExpr< T > Class Template Reference

The base class for matrices. More...

#include <expr.hpp>

Inheritance diagram for ngbla::CMCPMatExpr< T >:
ngbla::MatExpr< T > ngbla::Expr< T >

List of all members.

Public Member Functions

template<typename TB >
const T & operator= (const Expr< TB > &v) const
template<typename TB >
const T & operator+= (const Expr< TB > &v) const
template<typename TB >
const T & operator+= (const Expr< SymExpr< TB > > &v) const
template<typename TB >
const T & operator-= (const Expr< TB > &v) const
template<class SCAL2 >
const T & operator*= (const SCAL2 &s) const
template<class SCAL2 >
const T & operator/= (const SCAL2 &s) const
SubMatrixExpr< T > Rows (int first, int next) const
SubMatrixExpr< T > Cols (int first, int next) const
SubMatrixExpr< T > Rows (IntRange range) const
SubMatrixExpr< T > Cols (IntRange range) const
RowsArrayExpr< T > Rows (FlatArray< int > rows) const
ColsArrayExpr< T > Cols (FlatArray< int > cols) const

Detailed Description

template<class T>
class ngbla::CMCPMatExpr< T >

The base class for matrices.

Constant-Means-Constat-Pointer matrix-values may be chaneged by const methods


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