Public Member Functions | List of all members
RowVector Class Reference

Row vector. More...

#include <newmat.h>

Inheritance diagram for RowVector:
Inheritance graph
[legend]

Public Member Functions

void MiniCleanUp ()
 
Realnric () const
 
void operator+= (const Matrix &M)
 
void operator+= (Real f)
 
void operator-= (const Matrix &M)
 
void operator-= (Real f)
 
void operator= (Real f)
 
void operator= (const RowVector &m)
 
void ReSize (int m)
 
void ReSize (int m, int n)
 
void ReSize (const GeneralMatrix &A)
 
void RestoreCol (MatrixRowCol &)
 
 RowVector ()
 
 RowVector (ArrayLengthSpecifier n)
 
 RowVector (const RowVector &gm)
 
void swap (RowVector &gm)
 
 ~RowVector ()
 
void operator= (const BaseMatrix &)
 
Realoperator() (int)
 
Realelement (int)
 
Real operator() (int) const
 
Real element (int) const
 
void GetCol (MatrixRowCol &)
 
void GetCol (MatrixColX &)
 
void NextCol (MatrixRowCol &)
 
void NextCol (MatrixColX &)
 
void RestoreCol (MatrixColX &c)
 
GeneralMatrixTranspose (TransposedMatrix *, MatrixType)
 
- Public Member Functions inherited from Matrix
 Matrix ()
 
 Matrix (const Matrix &gm)
 
void operator+= (const Matrix &M)
 
void operator+= (Real f)
 
void operator-= (const Matrix &M)
 
void operator-= (Real f)
 
void operator= (Real f)
 
void operator= (const Matrix &m)
 
void swap (Matrix &gm)
 
 ~Matrix ()
 
void operator= (const BaseMatrix &)
 
Realoperator() (int, int)
 
Realelement (int, int)
 
Real operator() (int, int) const
 
Real element (int, int) const
 
GeneralMatrixMakeSolver ()
 
Real trace () const
 
Real maximum_absolute_value2 (int &i, int &j) const
 
Real minimum_absolute_value2 (int &i, int &j) const
 
Real maximum2 (int &i, int &j) const
 
Real minimum2 (int &i, int &j) const
 
void GetRow (MatrixRowCol &)
 
void NextRow (MatrixRowCol &)
 
 Matrix (int, int)
 
 Matrix (const BaseMatrix &)
 
- Public Member Functions inherited from GeneralMatrix
const Realconst_data () const
 
Realdata ()
 
const Realdata () const
 
ReturnMatrix ForReturn () const
 
void Inject (const GeneralMatrix &GM)
 
bool IsZero () const
 
int Ncols () const
 
int ncols () const
 
int Nrows () const
 
int nrows () const
 
void operator-= (Real r)
 
void operator/= (Real r)
 
void operator<< (const BaseMatrix &X)
 
MatrixInput operator<< (int f)
 
void protect ()
 
void Protect ()
 
void Release ()
 
void Release (int t)
 
void release ()
 
void release (int t)
 
void release_and_delete ()
 
void ReleaseAndDelete ()
 
virtual void RestoreRow (MatrixRowCol &)
 
virtual void SetParameters (const GeneralMatrix *)
 
int size () const
 
virtual void Solver (MatrixColX &, const MatrixColX &)
 
int Storage () const
 
RealStore () const
 
int tag () const
 
int Tag () const
 
MatrixType Type () const
 
Real sum_square () const
 
Real sum_absolute_value () const
 
Real sum () const
 
Real maximum_absolute_value1 (int &i) const
 
Real minimum_absolute_value1 (int &i) const
 
Real maximum1 (int &i) const
 
Real minimum1 (int &i) const
 
Real maximum_absolute_value () const
 
Real minimum_absolute_value () const
 
Real maximum () const
 
Real minimum () const
 
LogAndSign log_determinant () const
 
virtual ~GeneralMatrix ()
 
void tDelete ()
 
bool reuse ()
 
void inject (const GeneralMatrix &)
 
void CheckStore () const
 
 operator ReturnMatrix () const
 
ReturnMatrix for_return () const
 
GeneralMatrixEvaluate (MatrixType mt=MatrixTypeUnSp)
 
MatrixInput operator<< (double)
 
MatrixInput operator<< (float)
 
void operator<< (const double *)
 
void operator<< (const float *)
 
void operator<< (const int *)
 
void operator+= (const BaseMatrix &)
 
void operator-= (const BaseMatrix &)
 
void operator*= (const BaseMatrix &)
 
void operator|= (const BaseMatrix &)
 
void operator&= (const BaseMatrix &)
 
void operator+= (Real)
 
void operator*= (Real)
 
bool is_zero () const
 
virtual bool IsEqual (const GeneralMatrix &) const
 
- Public Member Functions inherited from BaseMatrix
ColedMatrix AsColumn () const
 
DiagedMatrix AsDiagonal () const
 
MatedMatrix AsMatrix (int m, int n) const
 
RowedMatrix AsRow () const
 
Real AsScalar () const
 
virtual MatrixBandWidth BandWidth () const
 
void CleanUp ()
 
GetSubMatrix Column (int f) const
 
GetSubMatrix Columns (int f, int l) const
 
Real Determinant () const
 
void IEQND () const
 
LogAndSign LogDeterminant () const
 
Real Maximum () const
 
Real Maximum1 (int &i) const
 
Real Maximum2 (int &i, int &j) const
 
Real MaximumAbsoluteValue () const
 
Real MaximumAbsoluteValue1 (int &i) const
 
Real MaximumAbsoluteValue2 (int &i, int &j) const
 
Real Minimum () const
 
Real Minimum1 (int &i) const
 
Real Minimum2 (int &i, int &j) const
 
Real MinimumAbsoluteValue () const
 
Real MinimumAbsoluteValue1 (int &i) const
 
Real MinimumAbsoluteValue2 (int &i, int &j) const
 
Real Norm1 () const
 
Real norm_frobenius () const
 
Real NormFrobenius () const
 
Real NormInfinity () const
 
ReversedMatrix Reverse () const
 
GetSubMatrix Row (int f) const
 
GetSubMatrix Rows (int f, int l) const
 
GetSubMatrix SubMatrix (int fr, int lr, int fc, int lc) const
 
virtual Real Sum () const
 
Real SumAbsoluteValue () const
 
Real SumSquare () const
 
GetSubMatrix SymSubMatrix (int f, int l) const
 
Real Trace () const
 
AddedMatrix operator+ (const BaseMatrix &) const
 
MultipliedMatrix operator* (const BaseMatrix &) const
 
SubtractedMatrix operator- (const BaseMatrix &) const
 
ConcatenatedMatrix operator| (const BaseMatrix &) const
 
StackedMatrix operator& (const BaseMatrix &) const
 
ShiftedMatrix operator+ (Real) const
 
ScaledMatrix operator* (Real) const
 
ScaledMatrix operator/ (Real) const
 
ShiftedMatrix operator- (Real) const
 
TransposedMatrix t () const
 
NegatedMatrix operator- () const
 
ReversedMatrix reverse () const
 
InvertedMatrix i () const
 
RowedMatrix as_row () const
 
ColedMatrix as_column () const
 
DiagedMatrix as_diagonal () const
 
MatedMatrix as_matrix (int, int) const
 
Real as_scalar () const
 
GetSubMatrix submatrix (int, int, int, int) const
 
GetSubMatrix sym_submatrix (int, int) const
 
GetSubMatrix row (int) const
 
GetSubMatrix rows (int, int) const
 
GetSubMatrix column (int) const
 
GetSubMatrix columns (int, int) const
 
Real determinant () const
 
Real norm_Frobenius () const
 
ReturnMatrix sum_square_columns () const
 
ReturnMatrix sum_square_rows () const
 
ReturnMatrix sum_columns () const
 
ReturnMatrix sum_rows () const
 
Real norm1 () const
 
Real norm_infinity () const
 
virtual MatrixBandWidth bandwidth () const
 
- Public Member Functions inherited from Janitor
 Janitor ()
 
virtual ~Janitor ()
 
GeneralMatrixImage () const
 
 RowVector (const BaseMatrix &)
 
MatrixType type () const
 
void resize (int)
 
void resize_keep (int)
 
void resize_keep (int, int)
 
void resize (int, int)
 
void resize (const GeneralMatrix &A)
 
void cleanup ()
 

Additional Inherited Members

- Protected Member Functions inherited from GeneralMatrix
void CheckConversion (const BaseMatrix &)
 
void MinusEqual (Real f)
 
void PlusEqual (Real f)
 
 GeneralMatrix ()
 
 GeneralMatrix (ArrayLengthSpecifier)
 
RealGetStore ()
 
GeneralMatrixBorrowStore (GeneralMatrix *, MatrixType)
 
void GetMatrix (const GeneralMatrix *)
 
void Eq (const BaseMatrix &, MatrixType)
 
void Eq (const GeneralMatrix &)
 
void Eq (const BaseMatrix &, MatrixType, bool)
 
void Eq2 (const BaseMatrix &, MatrixType)
 
int search (const BaseMatrix *) const
 
void resize (int, int, int)
 
virtual short SimpleAddOK (const GeneralMatrix *)
 
void swap (GeneralMatrix &gm)
 
void Add (GeneralMatrix *, Real)
 
void Add (Real)
 
void NegAdd (GeneralMatrix *, Real)
 
void NegAdd (Real)
 
void Multiply (GeneralMatrix *, Real)
 
void Multiply (Real)
 
void Negate (GeneralMatrix *)
 
void Negate ()
 
void ReverseElements ()
 
void ReverseElements (GeneralMatrix *)
 
void operator= (Real)
 
void PlusEqual (const GeneralMatrix &gm)
 
void MinusEqual (const GeneralMatrix &gm)
 
- Protected Attributes inherited from GeneralMatrix
int ncols_val
 
int nrows_val
 
int storage
 
Realstore
 
int tag_val
 

Detailed Description

Row vector.

Definition at line 953 of file newmat.h.

Constructor & Destructor Documentation

RowVector::RowVector ( )
inline

Definition at line 957 of file newmat.h.

RowVector::~RowVector ( )
inline

Definition at line 958 of file newmat.h.

RowVector::RowVector ( ArrayLengthSpecifier  n)
inline

Definition at line 959 of file newmat.h.

RowVector::RowVector ( const BaseMatrix M)

Definition at line 108 of file newmat4.cpp.

RowVector::RowVector ( const RowVector gm)
inline

Definition at line 961 of file newmat.h.

Member Function Documentation

void RowVector::cleanup ( )
virtual

Reimplemented from GeneralMatrix.

Definition at line 1122 of file newmat4.cpp.

Real & RowVector::element ( int  n)

Definition at line 792 of file newmat6.cpp.

Real RowVector::element ( int  n) const

Definition at line 799 of file newmat6.cpp.

void RowVector::GetCol ( MatrixRowCol mrc)
virtual

Reimplemented from Matrix.

Definition at line 530 of file newmat3.cpp.

void RowVector::GetCol ( MatrixColX mrc)
virtual

Reimplemented from Matrix.

Definition at line 542 of file newmat3.cpp.

GeneralMatrix * RowVector::Image ( ) const
privatevirtual

Reimplemented from Matrix.

Definition at line 1033 of file newmat4.cpp.

void RowVector::MiniCleanUp ( )
inlinevirtual

Reimplemented from GeneralMatrix.

Definition at line 995 of file newmat.h.

void RowVector::NextCol ( MatrixRowCol mrc)
virtual

Reimplemented from Matrix.

Definition at line 551 of file newmat3.cpp.

void RowVector::NextCol ( MatrixColX mrc)
virtual

Reimplemented from Matrix.

Definition at line 554 of file newmat3.cpp.

Real* RowVector::nric ( ) const
inline

Definition at line 992 of file newmat.h.

Real & RowVector::operator() ( int  n)

Definition at line 89 of file newmat6.cpp.

Real RowVector::operator() ( int  n) const

Definition at line 201 of file newmat6.cpp.

void RowVector::operator+= ( const Matrix M)
inline

Definition at line 998 of file newmat.h.

void RowVector::operator+= ( Real  f)
inline

Definition at line 1000 of file newmat.h.

void RowVector::operator-= ( const Matrix M)
inline

Definition at line 999 of file newmat.h.

void RowVector::operator-= ( Real  f)
inline

Definition at line 1001 of file newmat.h.

void RowVector::operator= ( const BaseMatrix X)

Definition at line 373 of file newmat6.cpp.

void RowVector::operator= ( Real  f)
inline

Definition at line 963 of file newmat.h.

void RowVector::operator= ( const RowVector m)
inline

Definition at line 964 of file newmat.h.

void RowVector::resize ( int  nc)

Definition at line 315 of file newmat4.cpp.

void RowVector::ReSize ( int  m)
inline

Definition at line 985 of file newmat.h.

void RowVector::resize ( int  nr,
int  nc 
)
virtual

Reimplemented from Matrix.

Definition at line 321 of file newmat4.cpp.

void RowVector::ReSize ( int  m,
int  n 
)
inlinevirtual

Reimplemented from Matrix.

Definition at line 989 of file newmat.h.

void RowVector::resize ( const GeneralMatrix A)
virtual

Reimplemented from Matrix.

Definition at line 360 of file newmat4.cpp.

void RowVector::ReSize ( const GeneralMatrix A)
inlinevirtual

Reimplemented from Matrix.

Definition at line 991 of file newmat.h.

void RowVector::resize_keep ( int  nc)

Definition at line 560 of file newmat4.cpp.

void RowVector::resize_keep ( int  nr,
int  nc 
)
virtual

Reimplemented from Matrix.

Definition at line 578 of file newmat4.cpp.

void RowVector::RestoreCol ( MatrixRowCol )
inlinevirtual

Reimplemented from Matrix.

Definition at line 981 of file newmat.h.

void RowVector::RestoreCol ( MatrixColX c)
virtual

Reimplemented from Matrix.

Definition at line 566 of file newmat3.cpp.

void RowVector::swap ( RowVector gm)
inline

Definition at line 1002 of file newmat.h.

GeneralMatrix * RowVector::Transpose ( TransposedMatrix ,
MatrixType  mt 
)
virtual

Reimplemented from GeneralMatrix.

Definition at line 74 of file newmat5.cpp.

MatrixType RowVector::type ( ) const
virtual

Reimplemented from Matrix.

Definition at line 659 of file newmat4.cpp.


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