matrixcsl.h

来自「GPS 定位授时源码」· C头文件 代码 · 共 19 行

H
19
字号
#if !defined AFX_MARTIXCSL_H_
#define      AFX_MARTIXCSL_H_


#include "stdAfx.h"

long double **TwoArrayAlloc(int r,int c);
void TwoArrayFree(long double **x);
int  InvMatrix(int n,long double **a,long double **b);
void FormNormMatrix(long double **A,int m,int n,long double **NBB);
void  AMBProduct(long double **A,int m,int l,long double **B,int n,long double **C);
void AtMatrics(long double **A,int m,int l,long double **At);
////////////////////////////////////////////////////


#endif


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?