代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/488978/6480913
c camjul97.c
/* Source code from Cambridge visit July 1997
*
* Position-specific matrices.
*/
#include "config.h"
#include "squidconf.h"
#include
#include
#include
#include
www.eeworm.com/read/485103/6564298
m missmult.m
function [X]=missmult(A,B)
%MISSMULT product of two matrices containing NaNs
%
%[X]=missmult(A,B)
%This function determines the product of two matrices containing NaNs
%by finding X according t
www.eeworm.com/read/480713/6660085
m golub.m
function A = golub(n)
%GOLUB Badly conditioned integer test matrices.
% GOLUB(n) is the product of two random integer n-by-n matrices,
% one of them unit lower triangular and one unit upper tr
www.eeworm.com/read/480250/6668584
c confmat.c
/*************************************************************************/
/* */
/* Routine for printing confusion matrices */
/* --------------------------------------- */
/*
www.eeworm.com/read/263516/11359259
m fex_abcd.m
function fex_abcd
% This function computes matrices (A, B, C, D) for linear analysis by
% means of numerical differentiation. It has to be run after state
% initialization performed by power flow
www.eeworm.com/read/262879/11387310
c confmat.c
/*************************************************************************/
/* */
/* Routine for printing confusion matrices */
/* --------------------------------------- */
/*
www.eeworm.com/read/262849/11388059
m demo1.m
% Calling the joint approximate diagonalization function.
m=5 % dimension
n=3 % number of matrices
seuil = 1.0e-12; % precision on joint diag
compteur=0;
while 1 ; compteur=co
www.eeworm.com/read/407093/11430168
csh stest.csh
#!/bin/csh
set ofile = stest.out # output file
if ( -e $ofile ) then
rm -f $ofile
endif
echo "Single-precision testing output" > $ofile
set MATRICES = (LAPACK g10)
set NVAL = (9 19
www.eeworm.com/read/407093/11430169
csh ztest.csh
#!/bin/csh
set ofile = ztest.out # output file
if ( -e $ofile ) then
rm -f $ofile
endif
echo "Double-precision complex testing output" > $ofile
set MATRICES = (LAPACK cg20.cua)
set NVAL
www.eeworm.com/read/407093/11430170
csh ctest.csh
#!/bin/csh
set ofile = ctest.out # output file
if ( -e $ofile ) then
rm -f $ofile
endif
echo "Single-precision complex testing output" > $ofile
set MATRICES = (LAPACK cg20.cua)
set NVAL