代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/188087/8573346
txt readme.txt
Example:
编译:mpicc –o shortest shortest.c
运行:本实例中使用3个处理器。
mpirun –np 3 shortest
运行结果:
Begin to read the matrix!
The first integer of the file should be the size of the matrix!
Input the file name of
www.eeworm.com/read/289135/8573554
m lsvmk.m
function [iter, optCond, time, u] = ...
lsvmk(KM,D,nu,tol,maxIter,alpha);
% LSVMK Langrangian Support Vector Machine algorithm
% LSVMK solves a support vector machine problem using an iterati
www.eeworm.com/read/388811/8573822
c rank.c
/*
Compute rank of square matrix from raw bit data.
Enter with source pointer into data, dimension of matrix and endianness.
Returns with rank of matrix and source pointer updated to next batch of
www.eeworm.com/read/289130/8574217
java llkmatrix.java
import java.util.Random;
public class LLKMatrix
{
private int matrix[][];
private int VSize = 0;
private int HSize = 0;
private int SeedCount = 0;
private int Score1 = 10;
www.eeworm.com/read/388785/8575450
m tdof_ss_time_ode45_slnk.m
echo off
% tdof_ss_time_ode45_slnk.m state-space solution of tdof model with
% initial conditions, step function forcing function and displacement
% outputs using the ode45 solver or Simulink, use
www.eeworm.com/read/187840/8596692
java ludecomposition.java
package com.biolab.node.nexTest.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
www.eeworm.com/read/388426/8609919
m anal2.m
function [E,Nc,mC,T] = anal2(M,D,st,s);
%
% Ph.D. Thesis
% Copyright by Leandro Nunes de Castro
% March, 2000
% Immune Network (iNet) - Description in iNet.doc
% Function determines the Minima
www.eeworm.com/read/388251/8623183
hpp prsolution.hpp
#pragma ident "$Id: PRSolution.hpp 778 2007-09-25 16:14:58Z ocibu $"
/**
* @file PRSolution.hpp
* Autonomous pseudorange navigation solution, including RAIM algorithm
*/
#ifndef PRS_POSITION_S