Shailesh Kumar

Results 10 issues of Shailesh Kumar

I have an open-source package https://github.com/carnotresearch/cr-sparse. The actual package is `cr.sparse` which is under the namespace package `cr`. The example code has typical imports like ``` import cr.sparse as crs...

This RFC proposes a convention for structuring methods in SciRust which can cater to the conflicting needs of efficiency, easy of use and effective error handling. For the impatient: ```...

RFC

Both singular and non-singular.

enhancement

SVD algorithms should be explored and one of them should be implemented.

Once #1 is done, then LU decomposition for tridiagonal matrix should be implemented.

enhancement

Just like a triangular matrix type has been defined, a tridiagonal matrix type should be defined. This should implement as many traits as possible.

enhancement

This work provides implementations of algorithms in the paper: ALTERNATING DIRECTION ALGORITHMS FOR ℓ1-PROBLEMS IN COMPRESSIVE SENSING by Junfeng Yang and Yin Zhang. Algorithms: - [x] Solve basis pursuit (1.3)...

recovery algorithm

Is there a plan to support a generic numbered directive where the actual name and color of the directive can be user controlled? In LateX one can create new theorem...

### Description / Summary When describing a mathematical algorithm, it is sometimes important to describe a set of assumptions under which the algorithm is expected to perform correctly. For example,...

enhancement