Go to the documentation of this file.
7 #ifndef __IPIDENTITYMATRIX_HPP__
8 #define __IPIDENTITYMATRIX_HPP__
53 virtual void MultVectorImpl(
60 virtual void AddMSinvZImpl(
67 virtual bool HasValidNumbersImpl()
const;
69 virtual void ComputeRowAMaxImpl(
74 virtual void PrintImpl(
78 const std::string& name,
80 const std::string& prefix
132 return MakeNewIdentityMatrix();
This is the matrix space for IdentityMatrix.
This file contains a base class for all exceptions and a set of macros to help with exceptions.
double Number
Type of all numbers.
Number factor_
Scaling factor for this identity matrix.
void SetFactor(Number factor)
Method for setting the factor for the identity matrix.
EJournalLevel
Print Level Enum.
virtual ~IdentityMatrixSpace()
Destructor.
int Index
Type of all indices of vectors, matrices etc.
Number GetFactor() const
Method for getting the factor for the identity matrix.
EJournalCategory
Category Selection Enum.
IdentityMatrixSpace(Index dim)
Constructor, given the dimension of the matrix.
Class for Matrices which are multiples of the identity matrix.
Class responsible for all message output.
This is the base class for all derived symmetric matrix types.
SymMatrixSpace base class, corresponding to the SymMatrix base class.
IdentityMatrix * MakeNewIdentityMatrix() const
Method for creating a new matrix of this specific type.
virtual SymMatrix * MakeNewSymMatrix() const
Pure virtual method for creating a new matrix of this specific type.