| Author |
Comment/Response |
Ozgur
|
10/09/05 3:04pm
Hi,
i am working with Sparse Matrices, but i can not compile any equation with them. I tried to compile it as below where D and L are SparseArrays.
Compile[ {w, {D, _Real, 2}, {L, _Real, 2}...
and it is fallowed by the error;
CompiledFunction::cfta: Argument \<<1>> at position 2 should be a rank 2 tensor of machine-size real numbers.
Is anybody can help me, how can i compile the SparseArrays?
URL: , |
|