Public Attributes | List of all members
MatrixColX Class Reference

#include <newmatrc.h>

Inheritance diagram for MatrixColX:
Inheritance graph
[legend]

Public Member Functions

 MatrixColX (GeneralMatrix *, Real *, LoadAndStoreFlag, int=0)
 
void Next ()
 
 ~MatrixColX ()
 
- Public Member Functions inherited from MatrixRowCol
RealData ()
 
void IncrDiag ()
 
void IncrId ()
 
void IncrLT ()
 
void IncrMat ()
 
void IncrUT ()
 
int Length ()
 
void Length (int i)
 
 MatrixRowCol ()
 
int Skip ()
 
void Skip (int i)
 
int Storage ()
 
void Storage (int i)
 
void Zero ()
 
void Add (const MatrixRowCol &)
 
void AddScaled (const MatrixRowCol &, Real)
 
void Add (const MatrixRowCol &, const MatrixRowCol &)
 
void Add (const MatrixRowCol &, Real)
 
void NegAdd (const MatrixRowCol &, Real)
 
void Sub (const MatrixRowCol &)
 
void Sub (const MatrixRowCol &, const MatrixRowCol &)
 
void RevSub (const MatrixRowCol &)
 
void ConCat (const MatrixRowCol &, const MatrixRowCol &)
 
void Multiply (const MatrixRowCol &)
 
void Multiply (const MatrixRowCol &, const MatrixRowCol &)
 
void KP (const MatrixRowCol &, const MatrixRowCol &)
 
void Copy (const MatrixRowCol &)
 
void CopyCheck (const MatrixRowCol &)
 
void Check (const MatrixRowCol &)
 
void Check ()
 
void Copy (const double *&)
 
void Copy (const float *&)
 
void Copy (const int *&)
 
void Copy (Real)
 
void Add (Real)
 
void Multiply (Real)
 
Real SumAbsoluteValue ()
 
Real MaximumAbsoluteValue1 (Real r, int &i)
 
Real MinimumAbsoluteValue1 (Real r, int &i)
 
Real Maximum1 (Real r, int &i)
 
Real Minimum1 (Real r, int &i)
 
Real Sum ()
 
void Inject (const MatrixRowCol &)
 
void Negate (const MatrixRowCol &)
 
void Multiply (const MatrixRowCol &, Real)
 
void SubRowCol (MatrixRowCol &, int, int) const
 
 ~MatrixRowCol ()
 

Public Attributes

Realstore
 
- Public Attributes inherited from MatrixRowCol
LoadAndStoreFlag cw
 
Realdata
 
GeneralMatrixgm
 
int length
 
int rowcol
 
int skip
 
int storage
 

Detailed Description

Alternative to MatrixCol where the complete column is stored externally.

Definition at line 143 of file newmatrc.h.

Constructor & Destructor Documentation

MatrixColX::MatrixColX ( GeneralMatrix gmx,
Real r,
LoadAndStoreFlag  cwx,
int  col = 0 
)
inline

Definition at line 170 of file newmatrc.h.

MatrixColX::~MatrixColX ( )

Definition at line 843 of file newmat3.cpp.

Member Function Documentation

void MatrixColX::Next ( )
inline

Definition at line 177 of file newmatrc.h.

Member Data Documentation

Real* MatrixColX::store

Definition at line 151 of file newmatrc.h.


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


kni
Author(s): Martin Günther
autogenerated on Fri Jun 7 2019 22:06:46