代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/277084/10670282
cpp tmth.cpp
//#define WANT_STREAM
#include "include.h"
#include "newmatap.h"
//#include "newmatio.h"
#include "tmt.h"
#ifdef use_namespace
using namespace NEWMAT;
#endif
static int my_max(int
www.eeworm.com/read/421949/10676025
m validate.m
function [cost,nmodel,output] = validate(model, Xtrain, Ytrain, Xtest, Ytest,estfct, trainfct, simfct)
% Validate a trained model on a fixed validation set
%
% >> cost = validate({X,Y,type,gam,sig2}
www.eeworm.com/read/351176/10676043
m user_alg5.m
function [H,S,D]=acsobiro(X,n,p),
% Program implemented and improved by A. Cichocki
% on basis of the classical SOBI algorithm of Belouchrani.
% Attention for noisy data you should take at least
www.eeworm.com/read/421949/10676398
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
www.eeworm.com/read/351176/10676486
m acsobiro.m
function [H,S,D]=acsobiro(X,n,p),
% Program implemented and improved by A. Cichocki
% on basis of the classical SOBI algorithm of Belouchrani.
% Attention for noisy data you should take at least
www.eeworm.com/read/421949/10676579
m mmln.m
function [mi,sigma,solution,minp,topp,N,t]=mmln(X,epsilon,tmax,t,N)
% MMLN Minimax learning for Gaussian distribution.
% [mi,sigma,solution,minp,topp,N,t]=mmln(X,epsilon,tmax,t,N)
%
% MMLN implem
www.eeworm.com/read/421666/10713462
h glpluf.h
/* glpluf.h (LU-factorization) */
/***********************************************************************
* This code is part of GLPK (GNU Linear Programming Kit).
*
* Copyright (C) 2000,01,02,03,
www.eeworm.com/read/421666/10713709
c glpnet01.c
/* glpnet01.c (permutations for zero-free diagonal) */
/***********************************************************************
* This code is part of GLPK (GNU Linear Programming Kit).
*
* This co
www.eeworm.com/read/421666/10714175
c glpfhv.c
/* glpfhv.c (LP basis factorization, FHV eta file version) */
/***********************************************************************
* This code is part of GLPK (GNU Linear Programming Kit).
*
*
www.eeworm.com/read/421666/10714431
c glpbfd.c
/* glpbfd.c (LP basis factorization driver) */
/***********************************************************************
* This code is part of GLPK (GNU Linear Programming Kit).
*
* Copyright (C) 2