代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/223101/14658909
cpp globalfunc.cpp
// GlobalFunc.cpp: implementation of the CGlobalFunc class.
//
//////////////////////////////////////////////////////////////////////
/*
This file is created by Shiguang Shan at 01.06.2002 to
www.eeworm.com/read/223099/14659181
m createdistmat.m
function distMat = createDistMat (proj, metric)
%
% PROTOTYPE
% function distMat = createDistMat (proj, metric)
%
% USAGE EXAMPLE(S)
% pcaDistMatCos = createDistMat(pcaProj, 'COS');
%
% GENER
www.eeworm.com/read/222620/14682946
inl linearequation.inl
//LinearEquation.inl 线性方程(组)求解函数(方法)定义
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31
#ifndef _LINEAREQUATION_INL
#define _LINEAREQUATION_INL
//全选主元高斯消去法
template
int L
www.eeworm.com/read/222350/14695479
readme
In this directory are datatypes and subroutines to handle matrix types
and operations common to iterative block eigensolver algorithms. The
block eigensolver algorithm itself is implemented in eigens
www.eeworm.com/read/222288/14697961
m trisys.m
function X=trisys (A,D,C,B)
%Input - A is the sub diagonal of the coefficient matrix
% - D is the main diagonal of the coefficient matrix
% - C is the super diagonal of the c
www.eeworm.com/read/122349/14698920
cc swap_rows.cc
//
// Copyright 1997, University of Notre Dame.
// Authors: Andrew Lumsdaine, Jeremy G. Siek
//
// This file is part of the Matrix Template Library
//
// You should have received a copy of the License
www.eeworm.com/read/122349/14698923
cc tri_solve.cc
//
// Copyright 1997, University of Notre Dame.
// Authors: Andrew Lumsdaine, Jeremy G. Siek
//
// This file is part of the Matrix Template Library
//
// You should have received a copy of the License
www.eeworm.com/read/122349/14698964
cc ilut.cc
//===========================================================================
// CVS Information:
//
www.eeworm.com/read/122349/14699025
cc vec_copy.cc
//
// Copyright 1997, University of Notre Dame.
// Authors: Andrew Lumsdaine, Jeremy G. Siek
//
// This file is part of the Matrix Template Library
//
// You should have received a copy of the License
www.eeworm.com/read/222060/14708730
h zhang2dcalib.h
#ifndef _ZHANG2DCALIB_H
#define _ZHANG2DCALIB_H
/**
* @file zhang2dcalib.h
* Zhang's camera calibration 2D
* @author Lucas Teixeira
* @author Marcelo Gattass
* @author Manuel E. L. Fe