首页
论坛
未名存档
话题女王
小圈子
马甲追踪
版面排名
流量曲线
水枪排名
发帖量曲线
发帖版面饼图
发帖时间柱图
关于本站
帮助
boards
本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字
访问原贴
Computation版
- How to creat a large 3-dimentional Matrix in C?
相关主题
●
About convex surface search
●
Re: 《Matrix Computations》第三部分上载
●
Fluent Gambit user???
●
my experience,Re: 我也及问一个问题
●
Numerical low-rankness of Hilbert matrix
●
一个求inverse matrix的问题
●
GSL里面的例子是不是有的不对阿?
●
Help, Question about Normalize a Matrix.
●
请教生成一个matlab matrix的问题
●
谁能post一个matrix的template for latex
相关话题的讨论汇总
话题: matrix
话题: creat
进入Computation版参与讨论
1
(共1页)
g***s
发帖数: 3811
1
I want to create a large 3-dimentional Matix (200*200*200)
How to use pointer to create?
s***t
发帖数: 113
2
you can manipulate it as if it were a 1-D array, e.g.
array[i][j][k] = a[i*200*200+j*200+k]
【在 g***s 的大作中提到】
: I want to create a large 3-dimentional Matix (200*200*200)
: How to use pointer to create?
1
(共1页)
进入Computation版参与讨论
相关主题
●
谁能post一个matrix的template for latex
●
SparseArray表达的Matrix在Compile中应该用什么类
●
再请教Re: 请教大家c++ array
●
COD MATRIX
●
CSC format matrix + CSC format matrix ?
●
图中图怎么用matlab画?
●
Matlab如何求rotation matrix?
●
how to plot the matrix in GNUplot?
●
请问C里面有没有现成的matrix computation as matlab
●
求助: 3*3 matrix eigenvalue problem
相关话题的讨论汇总
话题: matrix
话题: creat