Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • F FormalSeries.jl
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Alberto Ramos Martinez
  • FormalSeries.jl
  • Merge requests
  • !2

Closed
Created Mar 12, 2024 by David Albandea Jordan@daljorContributor
  • Report abuse
Report abuse

Extend basic LinearAlgebra methods; update manifest and Julia

  • Overview 0
  • Commits 10
  • Changes 9
  • Manifest updated to version 2.0 and Julia to version v1.10.
  • Fix LinearAlgebra.norm extension.
  • Extend several other LinearAlgebra basic methods.
  • Add non-trivial test of these functions by computing det(M) * det(inv(M)) of a 2x2 matrix M, which should be 1. The inversion of M is computed using the conjugate gradient algorithm.
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: david