Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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
Appearance settings

Source of BLAS and LAPACK via R

License

NotificationsYou must be signed in to change notification settings

blas-lapack-rs/r-src

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Actions Build StatusCrates.ioDocumentationLicense: MIT

Note that only double precision routines are provided byR. The buildscript for this particular crate owes a lot tolibR-sys of theextendr project, with sections liftedfrom there, in addition to new code.

Use of this package is explainedhere, specifically under theSources section.

Installation

This library can be installed as usual. It can also built from sourcebut has extra platform-specific dependencies forWindows such asmsys2, typically provided byRtools.

Configuration

Two components are required to build the library:

  1. R: It needs to be installed andavailable in the search path. OnWindows, theRtools binariesare also expected to be on the search path.
  2. Rust: It isrecommended to installRust usingrustup; search path shouldincludeRust binaries.

OnceR andRust are configured, the library can be easily built:

# macOS & Linuxcargo build# Windowscargo build --target x86_64-pc-windows-gnu

To test the build, runcargo test.

# macOS & Linuxcargotest# Windowscargotest --target x86_64-pc-windows-gnu

Contribution

Your contribution is highly appreciated. Do not hesitate to open an issue or apull request. Note that any contribution submitted for inclusion in the projectwill be licensed according to the terms given inLICENSE.md.

About

Source of BLAS and LAPACK via R

Resources

License

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp