16#ifndef Matrice_included
17#define Matrice_included
19#include <TRUSTTabs_forward.h>
20#include <Matrice_Base.h>
21#include <TRUST_Deriv.h>
33class Matrice :
public OWN_PTR(Matrice_Base)
42DoubleVect operator*(
const Matrice&,
const DoubleVect&);
Matrice_Base class - Base class of the matrix hierarchy.
Matrice class - Generic class in the matrix hierarchy.
void operator*=(const double &x)
Matrice(const Matrice &)=default
Matrice & operator=(const Matrice &matrix)