Give MathCell arithmetic ops implementations

Abierto
#969 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
5/5
Tiempo estimado
Más de una semana
Aptitud para principiantes
25/100
Tipo de issue
Nueva funcionalidad
Claridad
Necesita aclaración
Estado de actividad
Estancado
Stack tecnológico
rust
Área
data

Línea de trabajo

Start by reading MathCell as introduced in issue #877, then inspect the arithmetic trait implementations and the possible impl-overlap constraints. The target is arithmetic support for arrays and views containing MathCell elements, including operations with non-cell arrays and especially assign operations such as the requested += form.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

enhancement

This is a follow-up to MathCell introduced in #877.

MathCell should have arithmetic operations so that arrays and views using MathCell elements can participate in some arithmetic ops. Preferably together with non-cell arrays. Detailed design might need to be decided after seeing what's permitted w.r.t impl overlap.

T.b.h most-wished for items would be ArrayView<MathCell<T>, _> += &array<T, _> and similar - i.e. easy ways to modify ArrayView<MathCell<T>, _> using assign ops.

Lenguaje dominante
Rust
Estrellas
4.3k
Forks
391
Métricas de merge de PR
Sin PR fusionados en 30 d

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de rust-ndarray/ndarray

Todos los issues de rust-ndarray/ndarray

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.