Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

NEWMAT::LogAndSign Class Reference

#include <newmat.h>

List of all members.


Detailed Description

Definition at line 39 of file newmat.h.


Public Member Functions

 LogAndSign ()
 LogAndSign (Real)
void operator *= (Real)
void PowEq (int k)
void ChangeSign ()
Real LogValue () const
int Sign () const
Real Value () const

Private Attributes

Real log_value
int sign

Constructor & Destructor Documentation

NEWMAT::LogAndSign::LogAndSign (  )  [inline]

Definition at line 46 of file newmat.h.

NEWMAT::LogAndSign::LogAndSign ( Real  f  ) 

Definition at line 643 of file newmat8.cpp.


Member Function Documentation

void NEWMAT::LogAndSign::operator *= ( Real  x  ) 

Definition at line 619 of file newmat8.cpp.

void NEWMAT::LogAndSign::PowEq ( int  k  ) 

Definition at line 626 of file newmat8.cpp.

Referenced by NEWMAT::IdentityMatrix::LogDeterminant().

void NEWMAT::LogAndSign::ChangeSign (  )  [inline]

Real NEWMAT::LogAndSign::LogValue (  )  const [inline]

Definition at line 51 of file newmat.h.

int NEWMAT::LogAndSign::Sign (  )  const [inline]

Definition at line 52 of file newmat.h.

Real NEWMAT::LogAndSign::Value (  )  const

Definition at line 635 of file newmat8.cpp.

Referenced by NEWMAT::BaseMatrix::Determinant().


Member Data Documentation

Definition at line 43 of file newmat.h.

Referenced by LogAndSign(), LogValue(), operator *=(), PowEq(), and Value().

int NEWMAT::LogAndSign::sign [private]

Definition at line 44 of file newmat.h.

Referenced by ChangeSign(), LogAndSign(), operator *=(), PowEq(), Sign(), and Value().


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

newmat11b
Generated Thu Nov 22 00:51:06 2007 by Doxygen 1.5.4