Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Change the Implimentation of CSRMatrix to us SparseMatrixCSC #101

Merged
merged 2 commits into from
Apr 12, 2019
Merged

Change the Implimentation of CSRMatrix to us SparseMatrixCSC #101

merged 2 commits into from
Apr 12, 2019

Commits on Apr 11, 2019

  1. This changes the implementation of CSRMatrix to include the additiona…

    …l value at the end of row_pointers that signifies the end of that row
    
    Remove Depreciation  add sparse conversion
    
    Small Fix
    
    Change CSRMatrix to Adjoint{Sparse}}
    
    Cleanup
    
    Cleanup comments
    
    Comment cleanup
    
    cleanup
    
    Changed Adjoint to Transpose
    
    Rebase to no CI for julia v 0.6 (#1)
    
    * Update appveyor.yml
    
    remove testing for v0.6 add v1.1
    
    * Update .travis.yml
    
    drop testing for v0.6 add v1.1
    
    * change require to julia 0.7
    
    * This changes the implementation of CSRMatrix to include the additional value at the end of row_pointers that signifies the end of that row
    
    * Remove Depreciation  add sparse conversion
    
    * Small Fix
    
    * Change CSRMatrix to Adjoint{Sparse}}
    
    * Cleanup
    
    * Cleanup comments
    
    * Comment cleanup
    
    * cleanup
    
    * Changed Adjoint to Transpose
    
    Remove commented lines
    Fix Collect statement
    drop v0.7
    ndinsmore committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    981105c View commit details
    Browse the repository at this point in the history
  2. spelling

    ndinsmore committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    11faadd View commit details
    Browse the repository at this point in the history