Skip to content

Conversation

@dotChris90
Copy link
Member

            double[][] a = new double[3][];
            for(int idx = 0; idx < a.Length;idx++)
                a[idx] = new double[2];

            
            for (int idx = 0; idx < 3;idx++)
                for (int jdx = 0; jdx < 2;jdx++)
                    a[idx][jdx] = 10 * idx + jdx;

            NDArray b = a;

@dotChris90 dotChris90 merged commit 5a634f5 into SciSharp:master Jan 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant