代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/168218/9931974
cpp rmult.cpp
// dynamic programming recursive matrix multiplication chains
#include
#include "make2db.h"
int r[7] = {0, 10, 5, 1, 10, 2, 10};
int **kay;
int C(int i, int j)
{// Return c(
www.eeworm.com/read/363665/9940497
c confmat.c
/*************************************************************************/
/* */
/* Routine for printing confusion matrices */
/* --------------------------------------- */
/*
www.eeworm.com/read/167116/9980382
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 trian
www.eeworm.com/read/164554/10103459
m sineg.m
% The script file sineg.m solves the sine-Gordon equation
% u_tt-u_xx-sin u on the real line using one of the following
% differentiation matrices: (1) Hermite, (2) sinc, or (3) Fourier.
% The so
www.eeworm.com/read/360245/10105906
cpp transform.cpp
///////////////////////////////////////////////////////////////////////////
//
// NAME
// Transform.cpp -- coordinate transformation matrices
//
// SEE ALSO
// Transform.h longer descr
www.eeworm.com/read/360245/10105911
h transform.h
///////////////////////////////////////////////////////////////////////////
//
// NAME
// Transform.h -- coordinate transformation matrices
//
// DESCRIPTION
// These classes are used to imple
www.eeworm.com/read/358235/10193443
c confmat.c
/*************************************************************************/
/* */
/* Routine for printing confusion matrices */
/* --------------------------------------- */
/*
www.eeworm.com/read/358191/10194182
cpp rmult.cpp
// dynamic programming recursive matrix multiplication chains
#include
#include "make2db.h"
int r[7] = {0, 10, 5, 1, 10, 2, 10};
int **kay;
int C(int i, int j)
{// Return c(
www.eeworm.com/read/162188/10327913
src olsqr.src
/*
** olsqr.src - Ordinary least squares procedures using the QR decomposition.
** (C) Copyright 1988-1998 by Aptech Systems, Inc.
** All Rights Reserved.
**
** This Software Product is PROPRIETA
www.eeworm.com/read/161587/10393737
cpp rmult.cpp
// dynamic programming recursive matrix multiplication chains
#include
#include "make2db.h"
int r[7] = {0, 10, 5, 1, 10, 2, 10};
int **kay;
int C(int i, int j)
{// Return c(