Skip to content

geonum compression #1

@mxfactorial

Description

@mxfactorial

kevin try https://crates.io/crates/geonum

git clone https://github.com/mxfactorial/geonum.git && cd geonum && cargo test
running 58 tests
test dimensions_tests::it_computes_dimension_shifted_angles ... ok
test dimensions_tests::it_adds_dimensions ... ok
test dimensions_tests::it_computes_base_angles ... ok
test dimensions_tests::it_creates_with_default_magnitudes ... ok
test dimensions_tests::it_creates_a_multivector ... ok
test dimensions_tests::it_returns_a_scalar ... ok
test dimensions_tests::it_returns_a_trivector ... ok
test dimensions_tests::it_returns_a_vector ... ok
test geonum_angle_distance_tests::test_angle_distance ... ok
test geonum_angle_distance_tests::test_signed_angle_distance ... ok
test geonum_tests::it_applies_optical_magnification ... ok
test geonum_tests::it_checks_orthogonality ... ok
test geonum_tests::it_computes_dot_product ... ok
test geonum_tests::it_computes_electric_field ... ok
test geonum_tests::it_computes_geometric_product ... ok
test geonum_tests::it_computes_ijk_product ... ok
test geonum_tests::it_computes_inverse_and_division ... ok
test geonum_tests::it_computes_length_difference ... ok
test geonum_tests::it_computes_poynting_vector_with_wedge ... ok
test geonum_tests::it_computes_regression_from_covariance ... ok
test geonum_tests::it_computes_wedge_product ... ok
test geonum_tests::it_creates_fields_from_polar_coordinates ... ok
test geonum_tests::it_creates_fields_with_inverse_power_laws ... ok
test geonum_tests::it_disperses ... ok
test geonum_tests::it_multiplies_a_trivector ... ok
test geonum_tests::it_negates_vectors ... ok
test geonum_tests::it_normalizes_vectors ... ok
test geonum_tests::it_performs_neural_network_operations ... ok
test geonum_tests::it_projects_vectors ... ok
test geonum_tests::it_propagates ... ok
test geonum_tests::it_reflects_vectors ... ok
test geonum_tests::it_rejects_vectors ... ok
test geonum_tests::it_rotates_vectors ... ok
test multivector_tests::it_accesses_via_index ... ok
test geonum_tests::it_updates_perceptron_weights ... ok
test multivector_tests::it_computes_angle_statistics ... ok
test multivector_tests::it_computes_anti_commutator ... ok
test multivector_tests::it_computes_automatic_differentiation ... ok
test multivector_tests::it_computes_circular_statistics ... ok
test multivector_tests::it_computes_clifford_conjugate ... ok
test multivector_tests::it_computes_commutator ... ok
test multivector_tests::it_computes_contractions ... ok
test multivector_tests::it_computes_dual ... ok
test multivector_tests::it_computes_exponential ... ok
test multivector_tests::it_computes_interior_product ... ok
test multivector_tests::it_computes_meet_join_and_regressive ... ok
test multivector_tests::it_computes_sandwich_product ... ok
test multivector_tests::it_computes_sqrt_and_undual ... ok
test multivector_tests::it_creates_from_vec ... ok
test multivector_tests::it_extracts_pseudoscalar_section ... ok
test multivector_tests::it_handles_edge_cases_in_statistics ... ok
test multivector_tests::it_identifies_blade_grade ... ok
test multivector_tests::it_performs_grade_involution ... ok
test multivector_tests::it_extracts_grade_components ... ok
test multivector_tests::it_reflects_multivectors ... ok
test multivector_tests::it_projects_multivectors ... ok
test multivector_tests::it_rejects_multivectors ... ok
test multivector_tests::it_rotates_multivectors ... ok

test result: ok. 58 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running tests/algorithms_test.rs (target/debug/deps/algorithms_test-5859f1f45b84e452)

running 15 tests
test it_scales_quantum_algorithms ... ok
test it_unifies_algorithm_design ... ok
test it_rejects_complexity_analysis ... ok
test its_a_constant_time_operation ... ok
test its_a_compression_algorithm ... ok
test its_a_dynamic_programming ... ok
test its_a_distributed_algorithm ... ok
test its_a_cryptographic_algorithm ... ok
test its_a_data_structure ... ok
test its_a_linear_algorithm ... ok
test its_a_graph_algorithm ... ok
test its_a_numerical_method ... ok
test its_a_parallel_algorithm ... ok
test its_a_sorting_algorithm ... ok
test its_a_machine_learning_algorithm ... ok

test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running tests/calculus_test.rs (target/debug/deps/calculus_test-e743b94aa456a213)

running 1 test
test it_computes_limits ... ok

test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running tests/category_theory_test.rs (target/debug/deps/category_theory_test-487e2ee954be2e27)

running 8 tests
test it_rejects_category_theory ... ok
test its_a_colimit ... ok
test its_a_functor ... ok
test its_a_category ... ok
test its_a_limit ... ok
test its_a_natural_transformation ... ok
test its_a_monad ... ok
test its_an_adjunction ... ok

test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running tests/economics_test.rs (target/debug/deps/economics_test-f3f5b910ac0d0c6d)

running 7 tests
test it_measures_economic_sectoral_balance ... ok
test it_models_payroll_tax_impact_across_income_brackets ... ok
test it_models_global_trade_flows ... ok
test it_analyzes_small_business_cashflow_after_rate_change ... ok
test it_models_business_cycles ... ok
test it_detects_early_recession_indicators ... ok
test it_analyzes_housing_payment_patterns ... ok

test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s

     Running tests/em_field_theory_test.rs (target/debug/deps/em_field_theory_test-c7f64c12b214dffa)

running 7 tests
test it_computes_poynting_vector ... ok
test it_models_wire_magnetic_field ... ok
test it_creates_electric_field ... ok
test its_an_electromagnetic_wave ... ok
test its_a_field_potential ... ok
test its_a_maxwell_equation ... ok
test its_a_poynting_vector ... ok

test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running tests/fem_test.rs (target/debug/deps/fem_test-20e35e8e85c5cd00)

running 4 tests
test it_collapses_steps ... ok
test its_a_linear_solver ... ok
test its_a_shape_function ... ok
test its_a_stiffness_matrix ... ok

test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running tests/finance_test.rs (target/debug/deps/finance_test-f5b0072bce4ab5a2)

running 11 tests
test it_analyzes_cga_transaction_streams ... ok
test it_prices_options ... ok
test it_analyzes_trading_strategies ... ok
test it_computes_portfolio_optimization ... ok
test it_calculates_credit_risk ... ok
test it_computes_arbitrage_opportunities ... ok
test it_performs_interest_rate_modeling ... ok
test it_computes_risk_measures ... ok
test it_calculates_multi_asset_derivatives ... ok
test it_performs_high_frequency_trading_calcs ... ok
test it_simulates_asset_price_movements ... ok

test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s

     Running tests/lib_test.rs (target/debug/deps/lib_test-3164a9374c1cdb3a)

running 9 tests
test it_adds_scalars ... ok
test it_adds_vectors ... ok
test it_multiplies_scalars ... ok
test it_multiplies_vectors ... ok
test it_multiplies_vectors_with_scalars ... ok
test it_computes_ijk_product ... ok
test it_operates_in_extreme_dimensions ... ok
test it_uses_advanced_operations ... ok
test it_uses_multivector_operations ... ok

test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running tests/machine_learning_test.rs (target/debug/deps/machine_learning_test-cd210c866b2452b9)

running 15 tests
test it_rejects_learning_paradigms ... ok
test its_a_clustering_algorithm ... ok
test it_scales_quantum_learning ... ok
test its_a_bayesian_method ... ok
test its_a_decision_tree ... ok
test it_unifies_learning_theory ... ok
test its_a_dimensionality_reduction ... ok
test its_a_generative_model ... ok
test its_a_linear_regression ... ok
test its_a_neural_network ... ok
test its_a_reinforcement_learning ... ok
test its_a_support_vector_machine ... ok
test its_a_perceptron ... ok
test its_a_transfer_learning ... ok
test its_an_ensemble_method ... ok

test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running tests/monetary_policy_test.rs (target/debug/deps/monetary_policy_test-79dbcada4e4e614b)

running 3 tests
test it_models_causal_transaction_structure ... ok
test it_models_investment_network_resilience ... ok
test it_measures_the_cost_of_capital_without_a_federal_reserve_board ... ok

test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running tests/numbers_test.rs (target/debug/deps/numbers_test-0278eb7906ff8b75)

running 16 tests
test it_dualizes_log2_geometric_algebra_components ... ok
test it_keeps_information_entropy_zero ... ok
test its_a_bernoulli_number ... ok
test its_a_complex_number ... ok
test its_a_matrix ... ok
test its_a_dual_number ... ok
test its_a_quadrature ... ok
test its_a_quaternion ... ok
test its_a_rational_number ... ok
test its_a_real_number ... ok
test its_a_scalar ... ok
test its_a_vector ... ok
test its_an_imaginary_number ... ok
test its_an_algebraic_number ... ok
test its_a_tensor ... ok
test its_an_octonion ... ok

test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running tests/optics_test.rs (target/debug/deps/optics_test-012718c4ed9c3272)

running 5 tests
test its_a_lens ... ok
test it_combines_systems ... ok
test its_a_ray ... ok
test its_a_wavefront ... ok
test its_what_a_haskell_lens_aspires_to_be ... ok

test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running tests/qm_test.rs (target/debug/deps/qm_test-6906c94b191b874c)

running 18 tests
test it_explains_quantum_computing ... ok
test its_a_path_integral ... ok
test its_a_dirac_equation ... ok
test it_rejects_copenhagen_interpretation ... ok
test it_unifies_quantum_and_classical ... ok
test it_evolves_through_time ... ok
test its_a_quantum_field ... ok
test its_a_quantum_gate ... ok
test its_a_quantum_harmonic_oscillator ... ok
test it_analyzes_angle_statistics ... ok
test it_preserves_unitary_transformation ... ok
test its_a_quantum_information_system ... ok
test its_a_quantum_measurement ... ok
test its_a_spin_system ... ok
test its_a_state_vector ... ok
test its_an_entangled_state ... ok
test its_an_observable ... ok
test its_an_uncertainty_principle ... ok

test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running tests/set_theory_test.rs (target/debug/deps/set_theory_test-5268754dce868c95)

running 15 tests
test it_models_computing_structures ... ok
test it_rejects_set_theory ... ok
test its_a_clifford_algebra ... ok
test its_a_fiber_bundle ... ok
test its_a_field ... ok
test it_unifies_discrete_and_continuous ... ok
test its_a_group ... ok
test its_a_lie_algebra ... ok
test its_a_manifold ... ok
test its_a_ring ... ok
test its_a_naive_set ... ok
test its_a_metric_space ... ok
test its_a_topological_space ... ok
test its_a_vector_space ... ok
test its_an_algebra ... ok

test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

   Doc-tests geonum

running 5 tests
test src/lib.rs - Geonum::is_orthogonal (line 2283) ... ok
test src/lib.rs - Activation (line 1570) ... ok
test src/lib.rs - Geonum::activate (line 2193) ... ok
test src/lib.rs - Geonum::length_diff (line 2311) ... ok
test src/lib.rs - Geonum::negate (line 1959) ... ok

test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.40s

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions