rustebra 0.2.0

A hybrid no_std/alloc linear algebra crate for Rust, scaling from embedded targets to dynamic Krylov subspace solvers.
Documentation
title: rustebra
description: "A hybrid no_std/alloc linear algebra library for Rust."
url: "https://tec-eli.github.io"
baseurl: "/rustebra"

theme: jekyll-theme-cayman

plugins:
  - jekyll-relative-links

# Show nav links in the header
header_pages:
  - index.md
  - adr/index.md

# Exclude non-page files
exclude:
  - "*.sh"
  - Gemfile
  - Gemfile.lock

# Markdown settings
markdown: kramdown
highlighter: rouge
kramdown:
  syntax_highlighter: rouge