Statistics
RANK
190.358
of 295.467
REPUTATION
0
CONTRIBUTIONS
1 Question
2 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
10.115 of 20.234
REPUTATION
59
AVERAGE RATING
5.00
CONTRIBUTIONS
1 File
DOWNLOADS
1
ALL TIME DOWNLOADS
396
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
What's the most efficient way to solve a sparse linear system Ax = b?
There are very few cases where the `\` operator isn't the fastest and roughly the most accurate. I've done a lot of testing of t...
meer dan 6 jaar ago | 0
The way to solve a singular matrix
% Goal: solve A*x == b for x % Set up some matrix A (I used a sparse matrix) -- do yourself % Set up the vector ...
meer dan 8 jaar ago | 0
Submitted
nderiv_fornberg( k, xPts, u)
Computes a derivative of arbitrary order on a vector u on an uneven grid.
meer dan 9 jaar ago | 1 download |
Question
Caching a large 3D interpolation using griddata()
I'm using griddata() to go from a spherical grid of sizes on the order (128x256x1500) to a Cartesian cube centered on the sphere...
meer dan 10 jaar ago | 1 answer | 0