[ROOT] --> small

class matrix2x2

Author:
unascribed

Version:
unknown

Source:
matrix2x2.h:13

Constructors Index

matrix2x2
[public]
~matrix2x2
[public]


Variables Index

coordinates
[public]
rhs
[public]


Methods Index

solve
[public]


Constructors

matrix2x2

public matrix2x2 ( ) ;

matrix2x2

public virtual ~ matrix2x2 ( ) ;


Variables

coordinates

public double coordinates [ 2 ] [ 2 ]

rhs

public double rhs [ 2 ]


Methods

solve

public bool solve ( double * px ,
                    int & iSoln ,
                    int iNumEqns = 2 ,
                    int dim = 2 ) ;


This documentation was generated automatically by the ccdoc tool (version 0.7a).
Click here to submit a bug report or feature request.

Click here to return to the top of the page.