Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Simple matrix with type-checked operations

NotificationsYou must be signed in to change notification settings

s0lst1ce/matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple & extensible type-checked matrixes

This was made as a learning project and thrives to provide matrices generic over any type.Some basic matrix manipulation operations are implemented for the matrix assuming the concrete type implements the required traits.The main selling point is that most operations fail to compile if the operation is impossible. This is done through the use ofmin_const_generic (rustc v1.51) and allows operations such as matrix product to always work if the code compiles.

Although most operations implemented are done so with mathematical matrices in mind the type itself can be used for any use-case

For how to use this crate, refer to [Matrix]

About

Simple matrix with type-checked operations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp