TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to solve sparse linear equation with Accelerate BLAS?

1 pointsby real-hackerover 7 years ago
In an iOS app, I need to solve a linear equation Ax = B, where A is a sparse matrix with 40K rows and 10K columns.<p>Accelerate has a Sparse Solver package, but it is still in beta: https:&#x2F;&#x2F;developer.apple.com&#x2F;documentation&#x2F;accelerate&#x2F;sparse_solvers<p>I wonder if I can use BLAS to solve the linear equation? BLAS contains functions to define a sparse matrix, but I don&#x27;t see any solver functions.

no comments

no comments