*/
Love this site? Hate it? Leave us some comments.
*/

View \xd_hfile.h

Application of the identity matrix II. v05

Submitted By: xhunga
Rating: starstar (Rate It)


/* xd_hfile.h                    freeware                  [[Email Removed]]  */

#include "xdet1.h"
/*
fraction detFbasic     (pmatrix mA)             ->   f = detFbasic     (&mA);
fraction detFbasicT    (pmatrix mA)             ->   f = detFbasicT    (&mA);
fraction detFnumerMini (pmatrix mA)             ->   f = detFnumerMini (&mA);
fraction detFnumerMiniT(pmatrix mA)             ->   f = detFnumerMiniT(&mA);
fraction detFdenomMini (pmatrix mA)             ->   f = detFdenomMini (&mA);
fraction detFdenomMiniT(pmatrix mA)             ->   f = detFdenomMiniT(&mA);
*/

#include "xdet2.h"
/*
fraction detF         (pmatrix mA)              ->   f = detF          (&mA);
*/

#include "xdet3.h"
/*
fraction minorF(pmatrix mA,               int ci,int cj) ->  f = minorF(&mA,        ci,cj);
void    mMinorF(pmatrix mA,pmatrix mMinor,int ci,int cj) ->     mMinorF(&mA,&mMinor,ci,cj);
*/

#include "xdet4.h"
/*
fraction cofactorF(pmatrix mA,           int ci,int cj) ->  f = cofactorF(&mA,ci,cj);

void    mcofactorF(pmatrix mA,       pmatrix mCofactor) -> mcofactorF(&mA,       &mCofactor);
void      adjointF(pmatrix mCofactor,pmatrix mAdjoint ) ->   adjointF(&mCofactor,&mAdjoint );
void      inverseF(pmatrix  mA,      pmatrix mInverse ) ->   inverseF(&mA,       &mInverse );
*/

corner
© 1996-2008 CommunityHeaven LLC. All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
North American business development: Nicolai Wadstrom. Publisher: Lars Hagelin.