代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/388251/8623278
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/388100/8635832
java gaussian.java
import java.math.*;
public class Gaussian {
public double[] Gaussian (double[][] a,double[] b,int n)
{
//void gaosi(double a[][n],double m[][n],double *x,double *b);
//double[][]
www.eeworm.com/read/388072/8637644
m e_eof.m
function [V,EOFs,EC,error]=E_EOF(D,Lag,p)
% function [V,EOFs,EC,error]=E_EOF(D,Lag,p)
%
% This function decomposes a data set D into its extended EOFs
% and eigenvalues V. The most effecient algo
www.eeworm.com/read/388072/8637679
m ceof.m
function [Uc,B,lab,A,teta]=ceof(u,dt,t0,NOE);
% function [Uc,B,lab,A,teta]=ceof(u,dt,t0,NOE);
%
% OLD AND OUTDATED!! does not work properly.
%
% This function determines the complex empirical ort
www.eeworm.com/read/432021/8638067
make_logodds
#!/bin/csh -f
#
## $Id: make_logodds.txt 1339 2006-09-21 19:46:28Z tbailey $
## $Log$
## Revision 1.3 2006/03/08 20:50:11 nadya
## merge chamges from v3_5_2 branch
##
## Revision 1.2.4.1 2006/01/31
www.eeworm.com/read/432021/8638147
txt make_logodds.txt
#!/bin/csh -f
#
## $Id: make_logodds.txt 1339 2006-09-21 19:46:28Z tbailey $
## $Log$
## Revision 1.3 2006/03/08 20:50:11 nadya
## merge chamges from v3_5_2 branch
##
## Revision 1.2.4.1 2006/01/31
www.eeworm.com/read/432021/8638849
c seq2theta.c
/*
* $Id: seq2theta.c 1339 2006-09-21 19:46:28Z tbailey $
*
* $Log$
* Revision 1.3 2006/03/08 20:50:11 nadya
* merge chamges from v3_5_2 branch
*
* Revision 1.2.4.1 2006/01/24 20:44:08 nad
www.eeworm.com/read/387853/8650973
m form_gamma.m
%
% Written by M. Harper Langston - 5/10/00
% harper@cims.nyu.edu
%
% Using Lemma 10.5, form the orthogonal matrix, Q, the block matrix of
% matrices of eigenvectors of a TST block matrix. Then
www.eeworm.com/read/431812/8653163
cpp pku2260.cpp
#include "stdio.h"
int main()
{
int matrix[100][100],n,i,j,iWrong,jWrong,temp,flag;
while(scanf("%d",&n),n)
{
iWrong=-1;
jWrong=-1;
flag=1;
for(i=0;i