由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - How to creat a large 3-dimentional Matrix in C?
相关主题
About convex surface search请教生成一个matlab matrix的问题
Re: 《Matrix Computations》第三部分上载谁能post一个matrix的template for latex
Fluent Gambit user???SparseArray表达的Matrix在Compile中应该用什么类
my experience,Re: 我也及问一个问题再请教Re: 请教大家c++ array
Numerical low-rankness of Hilbert matrixCOD MATRIX
一个求inverse matrix的问题CSC format matrix + CSC format matrix ?
GSL里面的例子是不是有的不对阿?图中图怎么用matlab画?
Help, Question about Normalize a Matrix.Matlab如何求rotation matrix?
相关话题的讨论汇总
话题: 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版参与讨论
相关主题
Matlab如何求rotation matrix?Numerical low-rankness of Hilbert matrix
how to plot the matrix in GNUplot?一个求inverse matrix的问题
请问C里面有没有现成的matrix computation as matlabGSL里面的例子是不是有的不对阿?
求助: 3*3 matrix eigenvalue problemHelp, Question about Normalize a Matrix.
About convex surface search请教生成一个matlab matrix的问题
Re: 《Matrix Computations》第三部分上载谁能post一个matrix的template for latex
Fluent Gambit user???SparseArray表达的Matrix在Compile中应该用什么类
my experience,Re: 我也及问一个问题再请教Re: 请教大家c++ array
相关话题的讨论汇总
话题: matrix话题: creat