7#ifndef __IPZEROMATRIX_HPP__
8#define __IPZEROMATRIX_HPP__
65 const std::string&
name,
Templated class which stores one entry for the CachedResult class.
Class responsible for all message output.
MatrixSpace base class, corresponding to the Matrix base class.
Class for matrix space for ZeroMatrix.
virtual Matrix * MakeNew() const
Pure virtual method for creating a new Matrix of the corresponding type.
void operator=(const ZeroMatrixSpace &)
Default Assignment Operator.
ZeroMatrixSpace(const ZeroMatrixSpace &)
Copy Constructor.
ZeroMatrixSpace(Index nrows, Index ncols)
Constructor, given the number of row and columns.
ZeroMatrixSpace()
Default Constructor.
ZeroMatrix * MakeNewZeroMatrix() const
Method for creating a new matrix of this specific type.
virtual ~ZeroMatrixSpace()
Destructor.
Class for Matrices with only zero entries.
virtual void ComputeRowAMaxImpl(Vector &, bool) const
Compute the max-norm of the rows in the matrix.
virtual void TransMultVectorImpl(Number alpha, const Vector &x, Number beta, Vector &y) const
Matrix(transpose) vector multiply.
virtual void PrintImpl(const Journalist &jnlst, EJournalLevel level, EJournalCategory category, const std::string &name, Index indent, const std::string &prefix) const
Print detailed information about the matrix.
ZeroMatrix()
Default Constructor.
void operator=(const ZeroMatrix &)
Default Assignment Operator.
virtual void MultVectorImpl(Number alpha, const Vector &x, Number beta, Vector &y) const
Matrix-vector multiply.
ZeroMatrix(const ZeroMatrix &)
Copy Constructor.
ZeroMatrix(const MatrixSpace *owner_space)
Constructor, taking the corresponding matrix space.
virtual void ComputeColAMaxImpl(Vector &, bool) const
Compute the max-norm of the columns in the matrix.
This file contains a base class for all exceptions and a set of macros to help with exceptions.
ipindex Index
Type of all indices of vectors, matrices etc.
EJournalCategory
Category Selection Enum.
EJournalLevel
Print Level Enum.
ipnumber Number
Type of all numbers.