User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 391,650 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,853 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 6 of 6
Search took 0.01 seconds.
Posts Made By: phylon
Forum: C Nov 2nd, 2007
Replies: 4
Views: 1,386
Posted By phylon
returning three dimensional array

Hello
I am having no problem while returning 1 dimensinal array
But am having trouble with 3 dimenional array

No problem with this code
float Mat[][][];
float Mat[];

float *funct1(void)
{
Forum: C++ Oct 21st, 2007
Replies: 1
Views: 2,065
Posted By phylon
reading data from file to vector

I am trying to read matrix data from file into a float vector

the file has data like

X = {1.0, 2.0, 3.0...........}
Y = {3.4, 3.1, 3.4...........}

I can read into vector strings. But I want to...
Forum: C Oct 19th, 2007
Replies: 1
Views: 1,073
Posted By phylon
Inverse of a matrix

Does knows any library that produces the inverse of a given matrix ?
Or is there any C example available ?
Forum: C Oct 18th, 2007
Replies: 4
Views: 1,331
Posted By phylon
Re: reading in from vector to a two dimensional array

Ancient Dragon:

I did a workaround the problem by printing the output of the vector to a file and then reading them into an array
sure doesnt look impressive :<

#include <stdio.h>
#include...
Forum: C Oct 18th, 2007
Replies: 4
Views: 1,331
Posted By phylon
Re: reading in from vector to a two dimensional array

It doesnt work, since the function takes argument as below
gsl_matrix_column (gsl_matrix * m, size_t...
Forum: C Oct 18th, 2007
Replies: 4
Views: 1,331
Posted By phylon
reading in from vector to a two dimensional array

this is a small example from the gsl example online
I need to get the value from the "&evec_i.vector " into a 4x4 dimensional array
such that
abc[4][4]= vector elements

how can I do this ? those...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 1:27 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC