代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/129477/14239366
inl linearequation.inl
//LinearEquation.inl 线性方程(组)求解函数(方法)定义
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31
#ifndef _LINEAREQUATION_INL
#define _LINEAREQUATION_INL
//全选主元高斯消去法
template
int L
www.eeworm.com/read/231181/14248646
hpp bancroft.hpp
/**
* @file Bancroft.hpp
* Use Bancroft method to get an initial guess of GPS receiver's position
*/
#ifndef BANCROFT_HPP
#define BANCROFT_HPP
//================================================
www.eeworm.com/read/231181/14249000
hpp prsolution.hpp
#pragma ident "$Id: PRSolution.hpp 240 2006-10-15 19:34:42Z architest $"
/**
* @file PRSolution.hpp
* Autonomous pseudorange navigation solution, including RAIM algorithm
*/
#ifndef PRS_POSITI
www.eeworm.com/read/231181/14249037
hpp matrixbaseoperators.hpp
#pragma ident "$Id: MatrixBaseOperators.hpp 70 2006-08-01 18:36:21Z ehagen $"
/**
* @file MatrixBaseOperators.hpp
* Matrix operators for the base class
*/
#ifndef GPSTK_MATRIX_BASE_OPERATORS_H
www.eeworm.com/read/128685/14282101
java ludecomposition.java
package Jama;
/** LU Decomposition.
For an m-by-n matrix A with m >= n, the LU decomposition is an m-by-n
unit lower triangular matrix L, an n-by-n upper triangular matrix U,
www.eeworm.com/read/128683/14282178
m fcm.m
function [Umat,Cmat,it,valJ] = fcm(Xdat,K,mfuz,epsilon,itmax);
% function [Umat,Cmat,it,valJ] = fcm(Xdat,K,mfuz,epsilon,itmax);
%
% Fuzzy C-means algorithm for clustering a data set
%
% Xdat
www.eeworm.com/read/128468/14295330
m normald.m
function [p]=normald(X,mi,sigma)
% [p]=normald(X,mi,sigma)
%
% NORMALD calculates the value of many-dimensional probability density
% of the normal (Gaussian) distribution for given vectors in t