統計
All
ランク
of 157,957
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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...
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...
6年以上 前 | 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 ...
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 ...
9年弱 前 | 0
送信済み
nderiv_fornberg( k, xPts, u)
Computes a derivative of arbitrary order on a vector u on an uneven grid.
10年弱 前 | ダウンロード 1 件 |
質問
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...
10年以上 前 | 1 件の回答 | 0