List of all members
MatrixCol Class Reference

#include <newmatrc.h>

Inheritance diagram for MatrixCol:
Inheritance graph
[legend]

Public Member Functions

 MatrixCol (GeneralMatrix *, LoadAndStoreFlag, int=0)
 
 MatrixCol (GeneralMatrix *, Real *, LoadAndStoreFlag, int=0)
 
void Next ()
 
 ~MatrixCol ()
 
- 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 ()
 

Additional Inherited Members

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

Detailed Description

Access a column of a matrix.

Definition at line 128 of file newmatrc.h.

Constructor & Destructor Documentation

MatrixCol::MatrixCol ( GeneralMatrix gmx,
LoadAndStoreFlag  cwx,
int  col = 0 
)
inline

Definition at line 163 of file newmatrc.h.

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

Definition at line 166 of file newmatrc.h.

MatrixCol::~MatrixCol ( )

Definition at line 841 of file newmat3.cpp.

Member Function Documentation

void MatrixCol::Next ( )
inline

Definition at line 175 of file newmatrc.h.


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


kni
Author(s): Martin Günther
autogenerated on Fri Jan 3 2020 04:01:17