矩阵类(matrix class)

时间:2011-07-24 05:07:30
【文件属性】:

文件名称:矩阵类(matrix class)

文件大小:39KB

文件格式:ZIP

更新时间:2011-07-24 05:07:30

class matrix

一个矩阵处理类,matrix.h,包括几个示例


【文件预览】:
Include
----matrix.h(27KB)
Pro_Doc
----binaryop.htm(4KB)
----unaryop.htm(1KB)
----sysreq.htm(2KB)
----matdcmp.htm(7KB)
----const.htm(5KB)
----copyrt.htm(2KB)
----License.htm(10KB)
----logicop.htm(3KB)
----assignop.htm(3KB)
----submat.htm(9KB)
----matutil.htm(6KB)
----manual.htm(2KB)
----eigen.htm(3KB)
----index.htm(1KB)
----matio.htm(2KB)
----matfunc.htm(2KB)
----order.htm(1KB)
----contact.htm(1KB)
----styles.css(900B)
LICENSE.TXT
Test
----matdemo1.cpp(3KB)
----matdemo3.cpp(2KB)
----matdemo2.cpp(2KB)
README.TXT

网友评论

  • #ifndef _NO_TEMPLATE typedef matrix<double> Matrix; #else typedef matrix Matrix; #endif ------------- 一直提示error C2143: syntax error : missing ';' before '<'; 什么情况?高手解释下