*/
Know a good article or link that we're missing? Submit it!
*/

View \xb_hfile.h

Application of the identity matrix II. v05

Submitted By: xhunga
Rating: starstar (Rate It)


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


#include "xbfract.h"
/*
fractio  miniF(fraction f             )            ->   f3 =  miniF(f1   );
fraction  addF(fraction f1,fraction f2)            ->   f3 =   addF(f1,f2);
fraction  subF(fraction f1,fraction f2)            ->   f3 =   subF(f1,f2);
fraction multF(fraction f1,fraction f2)            ->   f3 =  multF(f1,f2);
fraction  divF(fraction f1,fraction f2)            ->   f3 =   divF(f1,f2);
fraction  invF(fraction f1            )            ->   f3 =   invF(f1   );
*/


#include "xbmatop.h"
/*
void   addmF(pmatrix mA,pmatrix mB,pmatrix mAplsB) ->    addmF(&mA,&mB,&mAplsB);
void   submF(pmatrix mA,pmatrix mB,pmatrix mAsubB) ->    submF(&mA,&mB,&mAsubB);
void  multmF(pmatrix mA,pmatrix mB,pmatrix mAB)    ->   multmF(&mA,&mB,&mAB);
void powermF(pmatrix mA,int pn,    pmatrix mApn)   ->  powermF(&mA,pn,&mApn);
void smultmF(fraction s,pmatrix mA,pmatrix msA)    ->  smultmF(s,  &mA,&msA);

void transposemF(pmatrix mA,pmatrix mTrposA)       -> transposemF(&mA,&mTrposA);
fraction tracemF(pmatrix mA)                       -> f = tracemF(&mA);
*/

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.