首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > smallmatrix是一个C++库,线性代数,向量和矩阵提供了非常快的类(通用,方形对称)在低维的上下文。

smallmatrix是一个C++库,线性代数,向量和矩阵提供了非常快的类(通用,方形对称)在低维的上下文。

资 源 简 介

SmallMatrix is a C++ Library for Linear Algebra that provides very fast classes for vector and matrix (generic, square and symmetric) in low dimensional context. As dynamic memory allocation is really slow for small dimensional vector or matrix, generic Matrix/Vector libraries are not recommanded for that kind of purpose when it comes to performance. SmallMatrix was designed to avoid that by using fast static memory allocation. To achieve great performance, SmallMatrix was coded with intensive use of: Inlining Template Static memory allocation Unroll Loop Compile Time... Metaprogramming Traits Static Polymorphism SmallMatrix is easy to use and comes with help and sample files. SmallMatrix consists of some header files. You only have to include "SmallMatrix.h". All classes are inside the namespace SmallMatrix to avoid colision with your work. Tested compiler:<

文 件 列 表

SmallMatrix
CMakeLists.txt
include
Licence_CeCILL-C_V1-en.txt
test

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
  • WYG 1天前 成为了本站会员

  • Shine 1天前 成为了本站会员

  • 柳贻 1天前 成为了本站会员

  • hallelujah_HL 1天前 成为了本站会员

  • 焦昱贺 1天前 成为了本站会员

  • Rubin 1天前 成为了本站会员

  • Li 2天前 成为了本站会员

  • bigfatcat1977 3天前 成为了本站会员

  • just4down 3天前 成为了本站会员

  • shallow 3天前 成为了本站会员

0.170659s