代码搜索:Matrix

找到约 10,000 项符合「Matrix」的源代码

代码结果 10,000
www.eeworm.com/read/161587/10393802

h matrix.h

#ifndef Matrix_ #define Matrix_ #include "xcept.h" template class Matrix { friend ostream& operator
www.eeworm.com/read/161587/10394024

cpp matrix.cpp

// test matrix class #include #include "matrix.h" void main(void) { try { Matrix X(3,2), Y, Z; int i, j; for (i = 1; i
www.eeworm.com/read/161587/10394417

out matrix.out

X(3,1) = 7 X is 3 4 5 6 7 8 Y is 3 4 5 6 7 8 X incremented by 2 is 5 6 7 8 9 10 Y + X is 8 10 12 14 16 18 -(Y + X) is -8 -10 -12 -14
www.eeworm.com/read/161500/10400526

hxx as_matrix.hxx

// Header for matrix. // This class stands for a 3x3 Euclidean affine transformation. // Note that it is NOT a tensor. #if !defined( MATRIX_CLASS ) #define MATRIX_CLASS #include "as_vector.hxx"
www.eeworm.com/read/161460/10407248

java matrix.java

package shared; import java.lang.*; /** The Matrix class contains functions useful for manipulation of double arrays * in MLJ. * @author James Louis Java Implemtation. */ public class Matri
www.eeworm.com/read/161454/10409914

lib matrix.lib

www.eeworm.com/read/161454/10409917

src matrix.src

www.eeworm.com/read/161454/10409951

doc matrix.doc

www.eeworm.com/read/161453/10410060

c matrix.c

www.eeworm.com/read/161453/10410116

h matrix.h