Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.
/ CSparse.jl Public archive

CSparse functions that were formerly part of base Julia

License

Notifications You must be signed in to change notification settings

JuliaAttic/CSparse.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSparse (Part of SuiteSparse)

Build Status

Currently, this package only contains the CSparse functions (etree, symperm, ereach and csc_permute) moved from Base Julia.

At some point the rest of the SuiteSparse functionality in Julia might be moved here.

Documentation

etree(A[, post])

Compute the elimination tree of a symmetric sparse matrix A from triu(A) and, optionally, its post-ordering permutation.

symperm(A, p)

Return the symmetric permutation of A, which is A[p,p]. A should be symmetric, sparse, and only contain nonzeros in the upper triangular part of the matrix is stored. This algorithm ignores the lower triangular part of the matrix. Only the upper triangular part of the result is returned.

About

CSparse functions that were formerly part of base Julia

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages