Label some modules

This commit is contained in:
numzero 2024-09-23 00:04:23 +03:00
parent 2d5c2f28d4
commit 26b7794159
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
//! Functions used to make metrics.
use crate::mathx::FloatExt2;
pub trait Limiter {

View File

@ -1,3 +1,5 @@
//! Utility functions to work with metrics.
use crate::{
mathx::MatExt as _,
riemann::{trace_iter, Metric},