代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/418558/10940226
txt code.txt
Code
Here is some Matlab code that you might find useful. All code is licensed under the GNU Lesser General Public License (LGPL) unless otherwise stated. I also have a Forge project which potentia
www.eeworm.com/read/272848/10940495
output matrixmultiply2.output
The first matrix is
1 2
3 4
The second matrix is
5 6
1 2
Their product is
7 10
19 26
www.eeworm.com/read/272848/10940537
output matrixmultiply1.output
The first matrix is
1 2
3 4
The second matrix is
5 6
1 2
Their product is
7 10
19 26
www.eeworm.com/read/272848/10940545
output testallpairs.output
Enter number of edges in 5 vertex graph
Enter weighted edge 1
Enter weighted edge 2
Enter weighted edge 3
Enter weighted edge 4
Enter weighted edge 5
Enter weighted edge 6
Enter weighted edge 7
www.eeworm.com/read/272848/10940781
output matrixmultiply3.output
The first matrix is
1 2
3 4
The second matrix is
5 6
1 2
Their product is
7 10
19 26
www.eeworm.com/read/272848/10940919
cpp iterativedpmatrixchain.cpp
// iterative version of dynamic programming solution for
// the matrix multiplication chains problem
#include
#include "make2dArray.h"
using namespace std;
// global variables
www.eeworm.com/read/272625/10951605
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/272513/10954785
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/272513/10954790
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/272513/10954881
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