代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/410820/11268132
c lmpar.c
/* lmpar.f -- translated by f2c (version of 17 January 1992 0:17:58).
You must link the resulting object file with the libraries:
-lf77 -li77 -lm -lc (in that order)
*/
#include "f2c.h"
/* Ta
www.eeworm.com/read/264430/11315277
readme
A Kalman filter C++ class, V 1.3
This class defines a Kalman filter object that is
designed to use any type of dynamical system, defined as a
Dynamics object. This information is passed to the
www.eeworm.com/read/263889/11337737
m ssa.m
function [pc,s,v]=SSA(x,dim,tau)
%Syntax: [pc,s,v]=SSA(x,dim,tau)
%_______________________________
%
% Singular Spectrum Analysis for a time series.
%
% pc is the matrix with the principal compo
www.eeworm.com/read/263879/11338180
m findp.m
function P = findp(A);
%FINDP Nonsingular basis permutation matrix.
% P = FINDP(A) locates a permutation matrix such that
% the leading square matrix is nonsingular.If A has
% more column
www.eeworm.com/read/262849/11388061
m rjd.m
function [ V , qDs ]= rjd(A,threshold)
%***************************************
% joint diagonalization (possibly
% approximate) of REAL matrices.
%***************************************
% This
www.eeworm.com/read/407981/11406803
java intmatrix.java
/* IntMatrix.java */
import java.io.*;
import java.awt.*;
/**
* An example implementation of the DrawingObj interface
* that can be added to the drawingPanel (an instance of
*
www.eeworm.com/read/407416/11419811
m pls.m
function [T,P,U,Q,B,W] = pls (X,Y,tol2)
% PLS Partial Least Squares Regrassion
%
% [T,P,U,Q,B,Q] = pls(X,Y,tol) performs particial least squares regrassion
% between the independent variables, X
www.eeworm.com/read/407093/11429516
m permutation.m
% PERMUTATION : Helpful notes on permutation matrices and vectors.
%
%
% There are two ways to represent permutations in Matlab.
%
% A *permutation matrix* is a square matrix P that is zero except
www.eeworm.com/read/407093/11430094
c dlaset.c
#include "f2c.h"
/* Subroutine */ int dlaset_(char *uplo, integer *m, integer *n, doublereal *
alpha, doublereal *beta, doublereal *a, integer *lda)
{
/* -- LAPACK auxiliary routine (version 2.0) -
www.eeworm.com/read/407093/11430133
c slaset.c
#include "f2c.h"
/* Subroutine */ int slaset_(char *uplo, integer *m, integer *n, real *alpha,
real *beta, real *a, integer *lda)
{
/* -- LAPACK auxiliary routine (version 2.0) --
Univ.