Skip to content

dishults/matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matrix

An introduction to Linear Algebra

To run this project on LInux just install Swift with brew

brew install swift

You can also install a code formatter on both macOS and Linux

# Install
brew install swift-format
# Use
swift-format --in-place --recursive .

Other useful commands

# Create an executable Swift Package from command line
mkdir NewPackage && cd NewPackage
swift package init --type executable

# Build & run
swift run [executable_name]

# Build -> run
swift build
.build/debug/NewPackage

# REPL with importable custom libraries
cd [swift package]
swift run --repl
import Utils

Releases

No releases published

Packages

No packages published

Languages