NGSolve  4.9
Public Types | Public Member Functions
ngbla::ScaleExpr< TA, TS > Class Template Reference

Scalar times Matrix-expr. More...

#include <expr.hpp>

Inheritance diagram for ngbla::ScaleExpr< TA, TS >:
ngbla::Expr< ScaleExpr< TA, TS > >

List of all members.

Public Types

enum  { IS_LINEAR = TA::IS_LINEAR }
typedef mat_scale_type
< typename TA::TELEM, TS >
::TMAT 
TELEM
typedef mat_traits< TELEM >::TSCAL TSCAL

Public Member Functions

 ScaleExpr (const TA &aa, TS as)
TELEM operator() (int i) const
TELEM operator() (int i, int j) const
int Height () const
 height
int Width () const
void Dump (ostream &ost) const

Detailed Description

template<class TA, class TS>
class ngbla::ScaleExpr< TA, TS >

Scalar times Matrix-expr.


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