Skip to content
#

algebra

Here are 648 public repositories matching this topic...

hannobraun
hannobraun commented Sep 26, 2021

I've come across a weird behavior that really baffled me initially.

This compiles with nalgebra 0.29:

let _: nalgebra::SVector<f32, 3> = nalgebra::point![1.0, 2.0].into();

It converts an OPoint<f32, 2> into an SVector<f32, 3>, using Into.

Here's the same, with debug output:

let v: nalgebra::SVector<f32, 3> = dbg!(nalgebra::point![1.0, 2.0]).into();
dbg!(v

Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra

  • Updated Dec 1, 2021
  • PHP
fingolfin
fingolfin commented Dec 7, 2021

In PR #4557 we added InstallEarlyMethod and used it to merge FirstOp and First. Something similar should be done for more operations, following the pattern outlined in PR #4557

Here is a partial lists of operations where it may make sense to do so:

  • in coll.gd
    • ListOp
    • SumOp
    • ProductOp
    • FilteredOp
    • NumberOp
    • ForAllOp
    • ForAnyOp
  • in list.gd

The motive behind Creating this repo is to feel the fear of mathematics and do what ever you want to do in Machine Learning , Deep Learning and other fields of AI

  • Updated Jan 6, 2020
  • Jupyter Notebook
mather

zzllrr mather(an offline tool for Math learning, education and research)小乐数学,离线可用的数学学习(自学或教学)、研究辅助工具。计划覆盖数学全部学科的解题、作图、演示、探索工具箱。目前是演示Demo版(抛转引玉),但已经支持数学公式编辑显示,部分作图功能,部分学科,如线性代数、离散数学的部分解题功能。最终目标是推动专业数学家、编程专家、教育工作者、科普工作者共同打造出更加专业级的Mather数学工具

  • Updated Aug 28, 2021
  • JavaScript
pylops
cako
cako commented Dec 29, 2021

On a Intel Core i7-8565U CPU @ 1.80GHz × 8, the full test suite takes on average, 250s. I have noticed that tests are routinely failing in the GitHub CI, and I believe it may be because of this.

To profile the matter, I generated a list of all tests which take more than 2 seconds to run (see below). It seems WavefieldDecomposition and SeismicInterpolation are the biggest culprits, so one sugges

Improve this page

Add a description, image, and links to the algebra topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the algebra topic, visit your repo's landing page and select "manage topics."

Learn more