numlinalg/RLinearAlgebra.jl

Approximation Methods Datatypes

Opened this issue · 0 comments

This issue is designed to create the abstract types for the randomized approximation method like the CUR decomposition and the randomized range finder decomposition, common methods in the community that many users want to interact with when performing tasks like creating preconditioners.

Tasks

  • A template for the approximation type
  • A template for an error type
  • A template for r_approximate function