Label some modules
This commit is contained in:
parent
2d5c2f28d4
commit
26b7794159
|
|
@ -1,3 +1,5 @@
|
|||
//! Functions used to make metrics.
|
||||
|
||||
use crate::mathx::FloatExt2;
|
||||
|
||||
pub trait Limiter {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
//! Utility functions to work with metrics.
|
||||
|
||||
use crate::{
|
||||
mathx::MatExt as _,
|
||||
riemann::{trace_iter, Metric},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user