Swifty Math is released under MIT license.
Description
- Swift Tools 5.3.0
Description
{ "name": "swm-matrix-tools", "path": "/usr/src/package", "targets": [ { "name": "SwmMatrixToolsTests", "path": "Tests/SwmMatrixToolsTests", "type": "test", "c99name": "SwmMatrixToolsTests", "sources": [ "LUFactorizationTests.swift", "MatrixEliminationTests.swift", "MatrixPivotFinderTests.swift", "RowEliminationDataTests.swift", "SparseLUSolverTests.swift", "SparseMatrixTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "SwmMatrixTools" ] }, { "name": "SwmMatrixTools", "path": "Sources/SwmMatrixTools", "type": "library", "c99name": "SwmMatrixTools", "sources": [ "Basic/ComputationalRing.swift", "Eliminator/Internal/DiagonalEliminator.swift", "Eliminator/Internal/EchelonEliminator.swift", "Eliminator/Internal/SmithEliminator.swift", "Eliminator/MatrixElementaryOperations.swift", "Eliminator/MatrixEliminationData.swift", "Eliminator/MatrixEliminationForm.swift", "Eliminator/MatrixEliminationResult.swift", "Eliminator/MatrixEliminator.swift", "LU/LUFactorizable.swift", "LU/LUFactorizationResult.swift", "LU/LUFactorizer.swift", "Matrix/MatrixIF.swift", "Matrix/MatrixImpl.swift", "PivotFinder/MatrixPivotFinder.swift", "SparseMatrix/DefaultSparseMatrixImpl.swift", "SparseMatrix/DefaultSparseMatrix_LU.swift", "SparseMatrix/SparseLUFactorizer.swift", "SparseMatrix/SparseMatrix.swift", "SparseMatrix/SparseMatrixImpl.swift", "Utils/LinkedList.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "SwmMatrixTools" ], "product_dependencies": [ "SwmCore" ] } ], "products": [ { "name": "SwmMatrixTools", "type": { "library": [ "automatic" ] }, "targets": [ "SwmMatrixTools" ] } ], "platforms": [], "dependencies": [ { "url": "https://github.com/taketo1024/swm-core.git", "type": "sourceControl", "identity": "swm-core", "requirement": { "range": [ { "lower_bound": "1.3.1", "upper_bound": "2.0.0" } ] } } ], "tools_version": "5.3", "manifest_display_name": "swm-matrix-tools" }
Package Dump
{ "name": "swm-matrix-tools", "targets": [ { "name": "SwmMatrixTools", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "product": [ "SwmCore", "swm-core", null, null ] } ], "packageAccess": false }, { "name": "SwmMatrixToolsTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "SwmMatrixTools", null ] } ], "packageAccess": false } ], "products": [ { "name": "SwmMatrixTools", "type": { "library": [ "automatic" ] }, "targets": [ "SwmMatrixTools" ] } ], "pkgConfig": null, "platforms": [], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "swm-core", "location": { "remote": [ { "urlString": "https://github.com/taketo1024/swm-core.git" } ] }, "requirement": { "range": [ { "lowerBound": "1.3.1", "upperBound": "2.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.3.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
Dependencies
- swm-core1.3.1
Dependencies
{ "url": "/usr/src/package", "name": "swm-matrix-tools", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/taketo1024/swm-core.git", "name": "swm-core", "path": "/usr/src/package/.build/checkouts/swm-core", "version": "1.3.1", "identity": "swm-core", "dependencies": [ { "url": "https://github.com/apple/swift-algorithms.git", "name": "swift-algorithms", "path": "/usr/src/package/.build/checkouts/swift-algorithms", "version": "0.2.1", "identity": "swift-algorithms", "dependencies": [ { "url": "https://github.com/apple/swift-numerics", "name": "swift-numerics", "path": "/usr/src/package/.build/checkouts/swift-numerics", "version": "0.1.0", "identity": "swift-numerics", "dependencies": [] } ] }, { "url": "https://github.com/apple/swift-collections.git", "name": "swift-collections", "path": "/usr/src/package/.build/checkouts/swift-collections", "version": "1.1.1", "identity": "swift-collections", "dependencies": [] } ] } ] }