relucent

User guide:

  • Configuration
    • Changing settings
    • Settings reference
      • Polyhedron and halfspace geometry
    • Complex search and parallel add
      • Utilities and visualization
      • Model and grid
    • API
      • update_settings()

API Reference:

  • Complex
    • Complex
      • Complex.load()
      • Complex.add_point()
      • Complex.add_polyhedron()
      • Complex.add_ss()
      • Complex.bfs()
      • Complex.clean_data()
      • Complex.compute_geometric_properties()
      • Complex.contract()
      • Complex.dfs()
      • Complex.get_betti_numbers()
      • Complex.get_boundary_cells()
      • Complex.get_boundary_complex()
      • Complex.get_boundary_edges()
      • Complex.get_boundary_graph()
      • Complex.get_chain_complex()
      • Complex.get_dual_graph()
      • Complex.get_poly_attrs()
      • Complex.greedy_path()
      • Complex.hamming_astar()
      • Complex.parallel_add()
      • Complex.plot_cells()
      • Complex.plot_graph()
      • Complex.point2poly()
      • Complex.point2ss()
      • Complex.random_walk()
      • Complex.recover_from_dual_graph()
      • Complex.save()
      • Complex.searcher()
      • Complex.ss2poly()
      • Complex.ss_iterator()
      • Complex.str_to_poly()
      • Complex.G
      • Complex.dim
      • Complex.n
      • Complex.net
  • Polyhedron
    • Polyhedron
      • Polyhedron.clean_data()
      • Polyhedron.get_bounded_halfspaces()
      • Polyhedron.get_bounded_vertices()
      • Polyhedron.get_center_inradius()
      • Polyhedron.get_interior_point()
      • Polyhedron.get_neighbor()
      • Polyhedron.is_face_of()
      • Polyhedron.nflips()
      • Polyhedron.plot_cells()
      • Polyhedron.plot_graph()
      • Polyhedron.remove_shi()
      • Polyhedron.W
      • Polyhedron.Wl2
      • Polyhedron.ambient_dim
      • Polyhedron.b
      • Polyhedron.center
      • Polyhedron.ch
      • Polyhedron.codim
      • Polyhedron.dim
      • Polyhedron.equalities
      • Polyhedron.feasible
      • Polyhedron.finite
      • Polyhedron.halfspaces
      • Polyhedron.halfspaces_np
      • Polyhedron.hs
      • Polyhedron.hyperplanes
      • Polyhedron.inequalities
      • Polyhedron.inradius
      • Polyhedron.interior_point
      • Polyhedron.interior_point_norm
      • Polyhedron.net
      • Polyhedron.non_zero_indices
      • Polyhedron.num_dead_relus
      • Polyhedron.num_faces
      • Polyhedron.num_shis
      • Polyhedron.shis
      • Polyhedron.ss
      • Polyhedron.ss_np
      • Polyhedron.tag
      • Polyhedron.vertices
      • Polyhedron.volume
      • Polyhedron.zero_indices
  • Neural Network Models
    • NN
      • NN.forward()
      • NN.get_all_layer_outputs()
      • NN.get_grid()
      • NN.output_grid()
      • NN.save_numpy_weights()
      • NN.shi2weights()
      • NN.device
      • NN.dtype
      • NN.num_relus
    • get_mlp_model()
    • convert()
  • Utility Functions
    • get_env()
    • set_seeds()
relucent
  • Search


© Copyright 2026, Blake B. Gaines.

Built with Sphinx using a theme provided by Read the Docs.