TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Special Linear Systems and Cholesky Factorization for Programmers

89 点作者 disaster01超过 7 年前

5 条评论

dragandj超过 7 年前
Part 1: <a href="http:&#x2F;&#x2F;dragan.rocks&#x2F;articles&#x2F;17&#x2F;Clojure-Numerics-1-Use-Matrices-Efficiently" rel="nofollow">http:&#x2F;&#x2F;dragan.rocks&#x2F;articles&#x2F;17&#x2F;Clojure-Numerics-1-Use-Matri...</a><p>Part 2: <a href="http:&#x2F;&#x2F;dragan.rocks&#x2F;articles&#x2F;17&#x2F;Clojure-Numerics-2-General-Linear-Systems-and-LU-Factorization" rel="nofollow">http:&#x2F;&#x2F;dragan.rocks&#x2F;articles&#x2F;17&#x2F;Clojure-Numerics-2-General-L...</a><p>Linear Algebra Refresher:<p><a href="http:&#x2F;&#x2F;dragan.rocks&#x2F;articles&#x2F;17&#x2F;Clojure-Linear-Algebra-Refresher-Vector-Spaces" rel="nofollow">http:&#x2F;&#x2F;dragan.rocks&#x2F;articles&#x2F;17&#x2F;Clojure-Linear-Algebra-Refre...</a><p><a href="http:&#x2F;&#x2F;dragan.rocks&#x2F;articles&#x2F;17&#x2F;Clojure-Linear-Algebra-Refresher-Eigenvalues-and-Eigenvectors" rel="nofollow">http:&#x2F;&#x2F;dragan.rocks&#x2F;articles&#x2F;17&#x2F;Clojure-Linear-Algebra-Refre...</a><p><a href="http:&#x2F;&#x2F;dragan.rocks&#x2F;articles&#x2F;17&#x2F;Clojure-Linear-Algebra-Refresher-3-Matrix-Transformations" rel="nofollow">http:&#x2F;&#x2F;dragan.rocks&#x2F;articles&#x2F;17&#x2F;Clojure-Linear-Algebra-Refre...</a><p><a href="http:&#x2F;&#x2F;dragan.rocks&#x2F;articles&#x2F;17&#x2F;Clojure-Linear-Algebra-Refresher-Linear-Transformations" rel="nofollow">http:&#x2F;&#x2F;dragan.rocks&#x2F;articles&#x2F;17&#x2F;Clojure-Linear-Algebra-Refre...</a>
评论 #15286021 未加载
评论 #15285599 未加载
tw1010超过 7 年前
This is awesome. I can&#x27;t wait until the future when we&#x27;ll get more informal blog posts from programmers about even more abstract subjects which thus far are dominated in exposition by academics (who very rarely innovate in how they present the material). The day I see a good engineer-style post on HN about sheaf theory or algebraic geometry will be amazing.
评论 #15285615 未加载
评论 #15286468 未加载
santaclaus超过 7 年前
Now the real tough question is how do you pronounce Cholesky? I had a Polish math prof who was mad at the American pronunciation, but Cholesky was actually French, so should we actually pronounce it in the francophone style?
评论 #15287432 未加载
评论 #15286831 未加载
CoreXtreme超过 7 年前
Font size at 23px. Seriously?<p>Just skimmed and now my eyes are hurt.<p>Computation cost of calculating the Cholesky factorization of the original second derivative matrix is comparable to cost of calculating the inverse factorization.
amelius超过 7 年前
Since LAPACK is an excellent library for these matrix functions, why not use it, and translate it to Clojure instead of reinventing the wheel? (There&#x27;s also a translator from Fortran to C).
评论 #15285834 未加载
评论 #15286355 未加载