[ROOT] --> small

class matrix2x3

Author:
unascribed

Version:
unknown

Source:
matrix2x2.h:36

Constructors Index

matrix2x3
[public]
~matrix2x3
[public]


Variables Index

coordinates
[public]
rhs
[public]


Methods Index

solve
[public]


Constructors

matrix2x3

public matrix2x3 ( ) ;

matrix2x3

public virtual ~ matrix2x3 ( ) ;


Variables

coordinates

public double coordinates [ 3 ] [ 3 ]

rhs

public double rhs [ 3 ]


Methods

solve

public bool solve ( double * px ,
                    int & iSoln ,
                    int iNumEqns = 3 ,
                    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.