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

Matrix-expr timex Matrix-expr. More...

#include <expr.hpp>

Inheritance diagram for ngbla::MultExpr< TA, TB >:
ngbla::Expr< MultExpr< TA, TB > >

List of all members.

Public Types

enum  { IS_LINEAR = 0 }
typedef mat_prod_type
< typename TA::TELEM, typename
TB::TELEM >::TMAT 
TELEM
typedef mat_traits< TELEM >::TSCAL TSCAL

Public Member Functions

 MultExpr (const TA &aa, const TB &ab)
TELEM operator() (int i) const
TELEM operator() (int i, int j) const
const TA & A () const
const TB & B () const
int Height () const
 height
int Width () const

Detailed Description

template<class TA, class TB>
class ngbla::MultExpr< TA, TB >

Matrix-expr timex Matrix-expr.


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