James Tursa
Followers: 0 Following: 0
Interested in external applications, mex & engine applications with Fortran, C, C++, etc, particularly in the areas of speed improvement and memory management efficiencies.
Statistik
RANG
20
of 293.767
REPUTATION
13.590
BEITRÄGE
23 Fragen
4.259 Antworten
ANTWORTZUSTIMMUNG
39.13%
ERHALTENE STIMMEN
2.582
RANG
165 of 20.063
REPUTATION
7.574
DURCHSCHNITTLICHE BEWERTUNG
4.60
BEITRÄGE
33 Dateien
DOWNLOADS
101
ALL TIME DOWNLOADS
71140
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gelöst
Compute a dot product of two vectors x and y
x and y are input vectors, d is a number and contains their dot product
mehr als 11 Jahre vor
Gelöst
Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]
mehr als 12 Jahre vor
Gelöst
Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.
mehr als 12 Jahre vor