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

您现在的位置是:虫虫源码 > C/C++/VC++ > ltensor

ltensor

  • 资源大小:209.10 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

LTensor is a high performance C++ Tensor Library based on indicial notation. AUTHORS Dr. Alejandro C. Limache Eng. Sebastian Rojas Fredini International Center of Computational Methods in Engineering (CIMEC) WHY THIS LIBRARY MIGHT BE USEFUL TO YOU To do fast matrix vector operations like: d = A*b + c or one with the transposed of A like: d = AT*b + c. one usually needs to write them in C/FORTRAN 77 (C-tran) code style for performance reasons. This means that one needs to use several "for loops" in order to do the products and sums component-wise. Although computationally efficient, this type of programming style is error prone and makes codes lenghtier and hard to be debugged (see for example http://www.gps.caltech.edu/~walter/FTensor/FTensor.pdf

文 件 列 表

ltensor-svn
algorithms
base
Expr
LTensor.cbp
LTensor.depend
LTensor.h
LTensor.layout
LTensor.sln
LTensor.vcproj
LTensor.vcxproj
LTensor.vcxproj.filters
main.cpp
Marray
meta
Promote_Types
static
storage
Tensor_Operations
utils
VIP VIP
0.606500s