Switch to Euclidean-invariant projection onto tangent space of solution variety #34
1 changed files with 1 additions and 1 deletions
|
@ -639,11 +639,11 @@ mod tests {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn tangent_test_kaleidocycle() {
|
fn tangent_test_kaleidocycle() {
|
||||||
const SCALED_TOL: f64 = 1.0e-12;
|
|
||||||
// set up a kaleidocycle, made of points with fixed distances between
|
// set up a kaleidocycle, made of points with fixed distances between
|
||||||
// them, and find its tangent space
|
// them, and find its tangent space
|
||||||
const N_POINTS: usize = 12;
|
const N_POINTS: usize = 12;
|
||||||
const N_HINGES: usize = 6;
|
const N_HINGES: usize = 6;
|
||||||
|
const SCALED_TOL: f64 = 1.0e-12;
|
||||||
let gram = {
|
let gram = {
|
||||||
let mut gram_to_be = PartialMatrix::new();
|
let mut gram_to_be = PartialMatrix::new();
|
||||||
for block in (0..N_POINTS).step_by(2) {
|
for block in (0..N_POINTS).step_by(2) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue