Want to see what people are talking about? See the latest forum posts.

View \xv_hfile.h

Application of the identity matrix II. v05

Submitted By: xhunga
Rating: starstar (Rate It)


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

#include "xvcopym.h"
/*
void copymF(pmatrix mA,pmatrix mB)                     ->    copymF(&mA,&mB);
void copydiagF(pmatrix mA,pmatrix mB)                  -> copydiagF(&mA,&mB);
*/


#include "xvcopyid.h"
/*
void copymAID(pmatrix mA,pmatrix mAID)                 -> copymAID(&mA,&mAID);
void copyinv (pmatrix mA,pmatrix mB  )                 -> copyinv (&mA,&mB  );
*/


#include "xvcopyrc.h"
/*
void copyrowF(pmatrix mA,int rowA,pmatrix mB,int rowB) -> copyrowF(&mA,rowA,&mB,rowB);
void copycolF(pmatrix mA,int colA,pmatrix mB,int colB) -> copycolF(&mA,colA,&mB,colB);

fraction copycoeffintoF(pmatrix mA,int row,int col)    ->  f = copycoeffintoF(&mA,row,col);
*/

corner
© 1996-2008. 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.
Publisher: Lars Hagelin.
bootstrapLabs Logo A bootstrapLabs project.